mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 17:26:27 +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
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set Node.js 12.x
|
- name: Set Node.js 12.x
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 12.x
|
node-version: 12.x
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|
Loading…
Add table
Reference in a new issue