We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a20912 commit 8c9f01cCopy full SHA for 8c9f01c
1 file changed
.github/workflows/webpack.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [18.x, 20.x]
+ node-version: [22.x]
16
17
steps:
18
- uses: actions/checkout@v5
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- - name: Use Pnpm v9.14.1
+ - name: Use Pnpm v10.18.0
25
uses: pnpm/action-setup@v2
26
27
version: 10.18.0
0 commit comments