We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e462e commit 051b816Copy full SHA for 051b816
1 file changed
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x, 18.x]
11
os: [ubuntu, macos, windows]
12
runs-on: ${{ matrix.os }}-latest
13
steps:
0 commit comments