Skip to content

Commit 15a05a7

Browse files
committed
bump node.js version.
1 parent 6e481fa commit 15a05a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- name: 🧰 Setup Node.js
246246
uses: actions/setup-node@v3.7.0
247247
with:
248-
node-version: lts/Gallium
248+
node-version: lts/jod
249249

250250
- name: 🔨 Build
251251
working-directory: clients/TypeScript

.github/workflows/user-guide.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: 🧰 Setup Node.js
2121
uses: actions/setup-node@v3.7.0
2222
with:
23-
node-version: lts/Gallium
23+
node-version: lts/jod
2424

2525
- name: 🧰 Download Hugo
2626
run: |

clients/TypeScript/.nvm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.13.1
1+
v22.19.0

0 commit comments

Comments
 (0)