mirror of
https://github.com/actions/setup-node.git
synced 2025-06-08 02:22:04 +08:00
ci: use setup-node v2 for check-dist
This commit is contained in:
parent
0f3c02f0c8
commit
aa910a8602
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…
Reference in New Issue
Block a user