Skip to content

Commit

Permalink
chore: also test on node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed May 13, 2022
1 parent a64648b commit 5fd3586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down Expand Up @@ -49,4 +49,4 @@ jobs:
# npm test
# env:
# CI: true


0 comments on commit 5fd3586

Please sign in to comment.