8000
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 c7e74b2 commit 778bbacCopy full SHA for 778bbac
.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 20.x
21
uses: actions/setup-node@v4
22
with:
23
- node-version: 16.x
+ node-version: 20.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: "node20"
14
main: "dist/index.js"
15
branding:
16
icon: "box"
0 commit comments