mirror of
https://github.com/actions/setup-python.git
synced 2025-07-25 05:38:20 +02:00
update action to node16
This commit is contained in:
parent
7f80679172
commit
1d9fb14f0f
4 changed files with 7 additions and 7 deletions
4
.github/workflows/check-dist.yml
vendored
4
.github/workflows/check-dist.yml
vendored
|
@ -23,10 +23,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set Node.js 12.x
|
||||
- name: Set Node.js 16.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue