Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Added new node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 6, 2020
1 parent cab72aa commit 87ecb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Build
strategy:
matrix:
node-version: [8, 9, 10, 11, 12]
node-version: [8, 9, 10, 11, 12, 13, 14]
runs-on: ubuntu-latest
container: node:${{ matrix.node-version }}
steps:
Expand Down

0 comments on commit 87ecb54

Please sign in to comment.