Skip to content

Commit 945df22

Browse files
committed
Upgrade pnpm version to 9 and Node.js version to 22 in workflow configurations
1 parent 16b5831 commit 945df22

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424
- uses: pnpm/action-setup@v3
2525
with:
26-
version: 8
26+
version: 9
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node-version }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 8
23+
version: 9
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 8
23+
version: 9
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 20
26+
node-version: 22
2727
cache: "pnpm"
2828
- run: pnpm install
2929
- run: pnpm install semantic-release-config-techor --workspace-root

.github/workflows/type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v3
2222
with:
23-
version: 8
23+
version: 9
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)