Skip to content

Commit 8f7b197

Browse files
committed
Bump node version
1 parent bd32680 commit 8f7b197

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: "actions/setup-node@v4"
2222
with:
2323
cache: "pnpm"
24-
node-version: 20
24+
node-version: 22
2525
- name: "setup d2"
2626
run: "curl -fsSL https://d2lang.com/install.sh | sh -s --"
2727
- name: "install dependencies"

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: "actions/setup-node@v4"
2424
with:
2525
cache: "pnpm"
26-
node-version: 20
26+
node-version: 22
2727
- name: "setup d2"
2828
run: "curl -fsSL https://d2lang.com/install.sh | sh -s --"
2929
- name: "install dependencies"

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
cache: "pnpm"
22-
node-version: 20
22+
node-version: 22
2323
- name: Install dependencies
2424
run: pnpm install
2525
- name: Check format

0 commit comments

Comments
 (0)