mirror of
https://github.com/actions/checkout.git
synced 2025-04-09 08:50:25 +02:00
Merge c5688331eee875a4e98a49c18883290ab30b00fb into f43a0e5ff2bd294095638e18286ca9a3d1956744
This commit is contained in:
commit
9f9acde65f
3
.github/workflows/check-dist.yml
vendored
3
.github/workflows/check-dist.yml
vendored
@ -25,9 +25,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: npm
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
Loading…
x
Reference in New Issue
Block a user