mirror of
https://gitea.com/actions/checkout.git
synced 2025-04-08 00:09:40 +00:00
Update to node 16 (#689)
* Update to node 16 * update setup-node version * Update check-dist.yml update setup node version * update dist/index.js
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user