Skip to content

Commit

Permalink
fix: support all node versions >= 12.13.0 (#923)
Browse files Browse the repository at this point in the history
Closes #920
  • Loading branch information
ahnpnl committed May 17, 2021
1 parent 7433414 commit 96782a6
Show file tree
Hide file tree
Showing 13 changed files with 50,705 additions and 29,761 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [12.x, 14.x, 15.x, 16.x]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
needs: prepare-yarn-cache
Expand Down

0 comments on commit 96782a6

Please sign in to comment.