mirror of
https://code.forgejo.org/actions/checkout
synced 2025-04-22 00:33:53 +08: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:
parent
230611dbd0
commit
8f9e05e482
4 changed files with 5 additions and 5 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue