Skip to content

Commit 50139f8

Browse files
committed
Fix CI build
1 parent fba8b7d commit 50139f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webpack.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x]
16+
node-version: [22.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -28,4 +28,4 @@ jobs:
2828

2929
- run: npm install
3030

31-
- run: npm jest
31+
- run: npm test

0 commit comments

Comments
 (0)