mirror of
https://github.com/actions/setup-go.git
synced 2025-06-30 13:13:43 +00:00
Update default runtime to node16 (#192)
This commit is contained in:
parent
5b0ae0e97d
commit
fb9a043dd8
5 changed files with 11 additions and 7 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: Setup node 12
|
||||
- name: Setup node 16
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: 16
|
||||
cache: npm
|
||||
|
||||
- name: npm ci
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue