We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000223e commit 56849b8Copy full SHA for 56849b8
.github/workflows/check-dist.yml
@@ -24,10 +24,10 @@ jobs:
24
steps:
25
- uses: actions/checkout@v2
26
27
- - name: Set Node.js 12.x
+ - name: Set Node.js 16.x
28
uses: actions/setup-node@v1
29
with:
30
- node-version: 12.x
+ node-version: 16.x
31
32
- name: Install dependencies
33
run: npm ci
action.yml
@@ -67,7 +67,7 @@ inputs:
67
default: ${{ github.token }}
68
69
runs:
70
- using: node12
+ using: node16
71
main: dist/index.js
72
73
branding:
0 commit comments