Skip to content

Commit a31a43a

Browse files
authored
Merge pull request #69 from actions/Upgrade-to-node16
Upgrade to node16
2 parents 000223e + 56849b8 commit a31a43a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v2
2626

27-
- name: Set Node.js 12.x
27+
- name: Set Node.js 16.x
2828
uses: actions/setup-node@v1
2929
with:
30-
node-version: 12.x
30+
node-version: 16.x
3131

3232
- name: Install dependencies
3333
run: npm ci

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ inputs:
6767
default: ${{ github.token }}
6868

6969
runs:
70-
using: node12
70+
using: node16
7171
main: dist/index.js
7272

7373
branding:

0 commit comments

Comments
 (0)