We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3527a commit 8d6eefeCopy full SHA for 8d6eefe
.github/workflows/NodeCI.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
strategy:
24
matrix:
25
- node-version: [12.x, 14.x, 16.x, 17.x]
+ node-version: [12.x, 14.x, 16.x, 17.x, 18.x, 19.x]
26
steps:
27
- uses: actions/checkout@v3
28
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments