Skip to content

Commit f715877

Browse files
committed
fix: bump node version DOC-2502
1 parent 4e9e108 commit f715877

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup nodeJs
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: "20"
28+
node-version: "22"
2929

3030
- name: Check out code into the Go module directory
3131
uses: actions/checkout@v6
@@ -103,7 +103,7 @@ jobs:
103103
- name: Setup Nodejs
104104
uses: actions/setup-node@v6
105105
with:
106-
node-version: 18
106+
node-version: 22
107107

108108
- name: Install dependencies
109109
run: npm ci

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Setup Nodejs
5050
uses: actions/setup-node@v6
5151
with:
52-
node-version: "20"
52+
node-version: "22"
5353

5454
- name: Install dependencies
5555
run: npm ci

0 commit comments

Comments
 (0)