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 0b9bd4c commit fe65d56Copy full SHA for fe65d56
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ ubuntu-20.04 ]
13
- node: [ 10, 12, 14, 16 ]
+ node: [ 10, 12, 14 ]
14
name: Test Nodejs v${{ matrix.node }} on ${{ matrix.os }}
15
runs-on: ${{ matrix.os }}
16
steps:
0 commit comments