Skip to content

Commit 3f69a9e

Browse files
authored
chore: use node 22.18.0 (#136)
1 parent 36a2b49 commit 3f69a9e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 22.18.0
2424
cache: 'pnpm'
2525
cache-dependency-path: pnpm-lock.yaml
2626

.github/workflows/manual.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Node.js
8585
uses: actions/setup-node@v4
8686
with:
87-
node-version: 22
87+
node-version: 22.18.0
8888
cache-dependency-path: pnpm-lock.yaml
8989

9090
- name: Activate corepack

.github/workflows/monitor-metrics.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 22
28+
node-version: 22.18.0
2929
cache-dependency-path: pnpm-lock.yaml
3030

3131
- name: Install Pnpm

0 commit comments

Comments
 (0)