Skip to content

Commit 56849b8

Browse files
authored
Upgrade to node16
1 parent 000223e commit 56849b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check-dist.yml

+2-2
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

+1-1
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)