Skip to content

Commit

Permalink
Update node version in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
snatalenko committed Jan 25, 2021
1 parent a175c3d commit 4f84ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- name: Checkout
Expand Down

0 comments on commit 4f84ccc

Please sign in to comment.