1
0
Fork 0
mirror of https://github.com/actions/setup-node.git synced 2024-09-18 23:46:43 +00:00

Update to node 18.x (#751)

This commit is contained in:
Philip Harrison 2023-05-10 15:04:46 +01:00 committed by GitHub
parent 5b32c9063c
commit a9893b0cfb
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```