Skip to content

Commit

Permalink
Adds Node v14 to github actions (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Sep 24, 2020
1 parent 19381e9 commit 8c73012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [6.x, 8.x, 10.x, 12.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 8c73012

Please sign in to comment.