Skip to content

Commit

Permalink
feat(build): check node 13 and 14 for github actions
Browse files Browse the repository at this point in the history
Increases node version up to 14 LTS
  • Loading branch information
lubber-de authored May 16, 2021
1 parent f9f203a commit 750a192
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 @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [8, 10, 11, 12]
node_version: [8, 10, 11, 12, 13, 14]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 750a192

Please sign in to comment.