Skip to content

Commit 8913a22

Browse files
committed
github ci: add node 22
1 parent 9faadf5 commit 8913a22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
node: [18, 20]
12+
node:
13+
- 18
14+
- 20
15+
- 22
1316
os: [ubuntu-latest]
1417
steps:
1518
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)