Skip to content

Commit 3a00a00

Browse files
chore(deps): update dependency node to v22
1 parent 0f4e526 commit 3a00a00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ github.event.workflow_run.head_sha }}
3434
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3535
with:
36-
node-version: 20
36+
node-version: 22
3737
- run: npm install -g pnpm@latest-10
3838
- run: pnpm i
3939
- run: pnpm build

.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
23+
node-version: 22
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
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3030
with:
31-
node-version: 20
31+
node-version: 22
3232
- run: npm install -g pnpm@latest-10
3333
- run: pnpm i
3434
- 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
50+
node-version: 22
5151
- run: npm install -g pnpm@latest-10
5252
- run: pnpm i
5353
- run: pnpm lint --fix

0 commit comments

Comments
 (0)