Skip to content

Commit 8c9f01c

Browse files
committed
chore: Update Node.js to 22.x and Pnpm to 10.18.0 in CI workflow.
1 parent 2a20912 commit 8c9f01c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x]
15+
node-version: [22.x]
1616

1717
steps:
1818
- uses: actions/checkout@v5
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-node@v4
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
- name: Use Pnpm v9.14.1
24+
- name: Use Pnpm v10.18.0
2525
uses: pnpm/action-setup@v2
2626
with:
2727
version: 10.18.0

0 commit comments

Comments
 (0)