Skip to content

Commit 97be329

Browse files
authored
Use Node version 20.x for release (#3)
1 parent 00e85b7 commit 97be329

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ jobs:
8686
go-version: 1.23.1
8787
cache-dependency-path: |
8888
./go.sum
89-
- name: Use Node.js 14.x
89+
- name: Use Node.js 20.x
9090
uses: actions/setup-node@v3
9191
with:
92-
node-version: 14.x
92+
node-version: 20.x
9393
cache: "npm"
9494
- run: npm install
9595
- run: npm run build

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
go-version: 1.23.1
2222
cache-dependency-path: |
2323
./go.sum
24-
- name: Set up Node.js
24+
- name: Use Node.js 20.x
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: 20.x

0 commit comments

Comments
 (0)