We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e74b2 commit 006d698Copy full SHA for 006d698
.github/workflows/test.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Checkout
18
uses: actions/checkout@v4
19
20
- - name: Set Node.js 16.x
+ - name: Set Node.js 18.x
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 16.x
+ node-version: 18.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: "node16"
+ using: "node18"
14
main: "dist/index.js"
15
branding:
16
icon: "box"
0 commit comments