We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0811f7 commit da4361dCopy full SHA for da4361d
.github/workflows/test.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v3
19
20
- - name: Set Node.js 10.x
+ - name: Set Node.js 16.x
21
uses: actions/setup-node@v3
22
with:
23
- node-version: 10.x
+ node-version: 16.x
24
25
- name: npm install
26
run: npm install
action.yml
@@ -10,7 +10,7 @@ inputs:
10
required: false
11
default: ${{ github.token }}
12
runs:
13
- using: "node12"
+ using: "node16"
14
main: "dist/index.js"
15
branding:
16
icon: "box"
0 commit comments