Skip to content

Commit

Permalink
docs(readme): quote node version in example
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Dec 21, 2023
1 parent 04e481b commit 9082a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Install Node 20
- uses: actions/setup-node@v4
with:
version: 20
version: '20'
- run: npm install @octokit/action
# Node.js script can be anywhere. A good convention is to put local GitHub Actions
# into the `.github/actions` folder
Expand Down

0 comments on commit 9082a1f

Please sign in to comment.