Skip to content

Commit 648c771

Browse files
Update dependency node to v22
1 parent ced9fca commit 648c771

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222
with:
23-
node-version: 20.19.4
23+
node-version: 22.18.0
2424
- run: npm install -g pnpm@latest-10
2525
- run: pnpm i
2626
- run: pnpm build

.github/workflows/ts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
29-
node-version: 20.19.4
29+
node-version: 22.18.0
3030
- run: npm install -g pnpm@latest-10
3131
- run: pnpm i
3232
- run: pnpm test
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4949
with:
50-
node-version: 20.19.4
50+
node-version: 22.18.0
5151
- run: npm install -g pnpm@latest-10
5252
- run: pnpm i
5353
- run: pnpm lint --fix

0 commit comments

Comments
 (0)