We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b32e88 commit 4147e3aCopy full SHA for 4147e3a
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ${{ matrix.os }}
6
strategy:
7
matrix:
8
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x, 20.x]
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
steps:
11
- uses: actions/checkout@v2
0 commit comments