Skip to content

Commit

Permalink
ci(node): add node 14 support on yarn stage
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona authored Apr 22, 2020
1 parent 353496b commit 4cf2cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 13.x]
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
# exclude:
# - os: windows-latest
Expand Down

0 comments on commit 4cf2cbb

Please sign in to comment.