Skip to content

Commit 93cb78f

Browse files
Update to node16 (#340)
1 parent 7f80679 commit 93cb78f

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/check-dist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

26-
- name: Set Node.js 12.x
26+
- name: Set Node.js 16.x
2727
uses: actions/setup-node@v1
2828
with:
29-
node-version: 12.x
29+
node-version: 16.x
3030

3131
- name: Install dependencies
3232
run: npm ci

.github/workflows/licensed.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
name: Check licenses
1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set Node.js 12.x
17+
- name: Set Node.js 16.x
1818
uses: actions/setup-node@v2
1919
with:
20-
node-version: 12.x
20+
node-version: 16.x
2121
- run: npm ci
2222
- name: Install licensed
2323
run: |
2424
cd $RUNNER_TEMP
25-
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.3.1/licensed-3.3.1-linux-x64.tar.gz
25+
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/3.4.4/licensed-3.4.4-linux-x64.tar.gz
2626
sudo tar -xzf licensed.tar.gz
2727
sudo mv licensed /usr/local/bin/licensed
2828
- run: licensed status

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v2
2121

22-
- name: Set Node.js 12.x
22+
- name: Set Node.js 16.x
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: 12.x
25+
node-version: 16.x
2626

2727
- name: npm install
2828
run: npm install

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ outputs:
2020
python-version:
2121
description: "The installed python version. Useful when given a version range as input."
2222
runs:
23-
using: 'node12'
23+
using: 'node16'
2424
main: 'dist/setup/index.js'
2525
post: 'dist/cache-save/index.js'
2626
post-if: success()

0 commit comments

Comments
 (0)