Skip to content

Commit 10ed54c

Browse files
authored
docs: update actions/checkout version in readme (#225)
* docs: update actions/checkout version in readme * docs: update node version in readme
1 parent e5fe105 commit 10ed54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ If you need to use a specific Node version, use the [actions/setup-node](https:/
174174
- uses: actions/checkout@v4
175175
# pick the Node version to use and install it
176176
# https://github.com/actions/setup-node
177-
- uses: actions/setup-node@v3
177+
- uses: actions/setup-node@v4
178178
with:
179-
node-version: 18
179+
node-version: 20
180180
- uses: bahmutov/npm-install@v1
181181
```
182182

0 commit comments

Comments
 (0)