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 34d645f commit ec72b76Copy full SHA for ec72b76
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
11
# See supported os at https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners
12
- node-version: [12, 14, 16]
+ node-version: [14, 16]
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
15
runs-on: ${{ matrix.os }}
0 commit comments