1
0
mirror of https://github.com/actions/setup-go.git synced 2026-02-02 16:27:15 +08:00

Update default runtime to node16 (#192)

This commit is contained in:
Dmitry Shibanov
2022-02-22 18:25:23 +03:00
committed by GitHub
parent 5b0ae0e97d
commit fb9a043dd8
5 changed files with 11 additions and 7 deletions

View File

@@ -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@v2
with:
node-version: 12.x
node-version: 16.x
- name: Install dependencies
run: npm ci