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 Apr 26, 2020
1 parent 5e3a8c9 commit 84692f8
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 84692f8

Please sign in to comment.