mirror of
https://github.com/actions/setup-node
synced 2025-04-08 18:05:50 +00:00
Update to node 18.x
NodeJS 18.x is now LTS so we should update the default in the readme to get more of this in the wild and less of node 16.x which is on npm 8.x.
This commit is contained in:
parent
5b32c9063c
commit
c11049c27d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ steps:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue