Skip to content

Commit

Permalink
ci: test supported ndoe versions
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 1, 2020
1 parent ee83ae3 commit e696d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 13]
node: [10, 12, 14]

name: Node ${{ matrix.node }}

Expand Down

0 comments on commit e696d6d

Please sign in to comment.