Skip to content

Commit 8d6eefe

Browse files
authored
chore(actions): add test for nodejs v18, v19 (#315)
1 parent db3527a commit 8d6eefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeCI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
node-version: [12.x, 14.x, 16.x, 17.x]
25+
node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
2626
steps:
2727
- uses: actions/checkout@v3
2828
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)