We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ad32c commit 571a71fCopy full SHA for 571a71f
.github/workflows/check-dist.yml
@@ -23,10 +23,10 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
26
- - name: Set Node.js 12.x
+ - name: Set Node.js 16.x
27
uses: actions/[email protected]
28
with:
29
- node-version: 12.x
+ node-version: 16.x
30
31
- name: Install dependencies
32
run: npm ci
action.yml
@@ -9,5 +9,5 @@ outputs:
9
time: # output will be available to future steps
10
description: 'The current time after waiting'
11
runs:
12
- using: 'node12'
+ using: 'node16'
13
main: 'dist/index.js'
0 commit comments