mirror of
https://github.com/actions/setup-python.git
synced 2025-06-29 14:13:48 +00:00
Update to node16 (#340)
This commit is contained in:
parent
7f80679172
commit
93cb78f17b
4 changed files with 8 additions and 8 deletions
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
|
@ -19,10 +19,10 @@ jobs:
|
|||
- name: Checkout
|
||||
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: npm install
|
||||
run: npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue