Skip to content

Commit

Permalink
Add node 21 support
Browse files Browse the repository at this point in the history
  * rm 12 support from github ci (github doesn't run this on 12 anymore)
  * update dependencies
  • Loading branch information
vademo committed Oct 19, 2023
1 parent 18f87d4 commit 15813da
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 112 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
node-version: [14.x, 16.x, 18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 15813da

Please sign in to comment.