Skip to content

Commit 22be8f2

Browse files
committed
add node 22 and 23 to ci
1 parent 9e752a7 commit 22be8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
node-version: [16.x, 18.x, 20.x]
23+
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]
2424
html-plugin-version: [4, 5]
2525
webpack-version: [5]
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)