We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31b83f3 commit e925f10Copy full SHA for e925f10
1 file changed
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x, 18.x]
16
name: Node v${{ matrix.node-version }} on ${{ inputs.os }}
17
runs-on: ${{ inputs.os }}
18
0 commit comments