mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 09:21:00 +00:00
ci: use setup-node v2 for check-dist
This commit is contained in:
parent
0f3c02f0c8
commit
aa910a8602
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12.x
|
||||
cache: npm
|
||||
|
|
Loading…
Add table
Reference in a new issue