Skip to content

Commit 7ae40e8

Browse files
committed
updates frontend workflows
1 parent 8fbf25d commit 7ae40e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [20.x]
16-
pnpm-version: [8]
15+
node-version: [20.x, 21.x, 22.x]
16+
pnpm-version: [9, 10]
1717
os: [ubuntu-latest]
1818
runs-on: ${{ matrix.os }}
1919
env:

0 commit comments

Comments
 (0)