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 a8cfda7 commit b2349bcCopy full SHA for b2349bc
.github/workflows/node.js.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- uses: actions/checkout@v2
13
- - name: Use Node.js 12.x
+ - name: Use Node.js 16.x
14
uses: actions/setup-node@v1
15
with:
16
- node-version: 12
+ node-version: 16
17
- run: npm ci
18
- run: npm run format:check
19
- run: npm run build
action.yml
@@ -21,5 +21,5 @@ branding:
21
icon: activity
22
23
runs:
24
- using: node12
+ using: node16
25
main: dist/index.js
0 commit comments