We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab29ba6 + ad68865 commit cfcfd39Copy full SHA for cfcfd39
1 file changed
.github/workflows/nodejs.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
os: [ubuntu-latest, windows-latest, macos-latest]
15
- node-version: [12.17.0]
+ node-version: [12.17.0, 14.0.0]
16
runs-on: ${{ matrix.os }}
17
steps:
18
- uses: actions/checkout@v2
0 commit comments