Skip to content

Commit 778bbac

Browse files
committed
Bump Node version to 20
1 parent c7e74b2 commit 778bbac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
- name: Set Node.js 16.x
20+
- name: Set Node.js 20.x
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 16.x
23+
node-version: 20.x
2424

2525
- name: npm install
2626
run: npm install

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
required: false
1111
default: ${{ github.token }}
1212
runs:
13-
using: "node16"
13+
using: "node20"
1414
main: "dist/index.js"
1515
branding:
1616
icon: "box"

0 commit comments

Comments
 (0)