Skip to content

Commit 2e1dfa1

Browse files
authored
Update Default runtime to node16 (#290)
1 parent a12e082 commit 2e1dfa1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
os: [ubuntu-latest, windows-latest, macos-latest]
2121
steps:
2222
- uses: actions/checkout@v2
23-
- name: Setup Node.JS 12
23+
- name: Setup Node.JS 16
2424
uses: actions/setup-node@v2
2525
with:
26-
node-version: 12.x
26+
node-version: 16.x
2727
cache: npm
2828
- run: npm ci
2929
- run: npm run build

.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

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ outputs:
6767
path:
6868
description: 'Path to where the java environment has been installed (same as $JAVA_HOME)'
6969
runs:
70-
using: 'node12'
70+
using: 'node16'
7171
main: 'dist/setup/index.js'
7272
post: 'dist/cleanup/index.js'

0 commit comments

Comments
 (0)