Skip to content

Commit

Permalink
Node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Jones authored and Matthew Jones committed Nov 28, 2023
1 parent 8574739 commit 63b6ac7
Show file tree
Hide file tree
Showing 3 changed files with 31,565 additions and 6,183 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [10.x, 12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit 63b6ac7

Please sign in to comment.