We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cdf16 commit f0b51fdCopy full SHA for f0b51fd
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [16.x, 18.x]
+ node-version: [18.x, 20.x, 22.x]
14
steps:
15
- uses: actions/checkout@v3
16
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments