mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2024-11-05 11:35:48 +00:00
Update to node 18.x (#751)
This commit is contained in:
parent
5b32c9063c
commit
a9893b0cfb
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…
Reference in a new issue