1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-03-31 05:20:06 +02:00

update setup-node version

This commit is contained in:
Thomas Boop 2022-02-10 14:55:58 -05:00 committed by GitHub
parent 25f640b3c7
commit 8f5badc77e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/checkout@v2
- run: npm ci
- run: npm run build