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 78a7a6b commit 16d5361Copy full SHA for 16d5361
.github/workflows/linux.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-latest]
14
- node-version: [12.x, 14.x, 16.x]
+ node-version: [14.x, 16.x]
15
16
runs-on: ${{ matrix.os }}
17
steps:
.github/workflows/macos.yml
os: [macos-latest]
0 commit comments