We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a6a8e3 + 74bce25 commit 8aebd43Copy full SHA for 8aebd43
2 files changed
.github/workflows/ci.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v2
15
- - name: Use Node.js 12.x
+ - name: Use Node.js 16.x
16
uses: actions/setup-node@v1
17
with:
18
- node-version: 12.x
+ node-version: 16.x
19
- run: npm ci
20
- run: npm test
21
- name: codecov
action.yml
@@ -1,7 +1,7 @@
1
name: Build and Tag
2
description: Properly tags your GitHub Action
3
runs:
4
- using: node12
+ using: node16
5
main: dist/index.js
6
branding:
7
icon: archive
0 commit comments