Skip to content

Commit e1132f5

Browse files
authored
Merge pull request #319 from actions/thboop/node16update
Update default runtime to node16
2 parents 3d612d7 + b0cc574 commit e1132f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Setup node 14
22+
- name: Setup node 16
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14.x
25+
node-version: 16.x
2626
- run: npm install
2727
- run: npm run build
2828
- run: npm test

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ inputs:
1414
required: false
1515

1616
runs:
17-
using: 'node12'
17+
using: 'node16'
1818
main: 'dist/index.js'

0 commit comments

Comments
 (0)