Skip to content

Commit

Permalink
Adds Node.js 22 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebin committed Sep 2, 2024
1 parent edd06f7 commit cb1486a
Show file tree
Hide file tree
Showing 2 changed files with 1,303 additions and 2,942 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12, 14, 16, 18, 20]
node-version: [12, 14, 16, 18, 20, 22]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit cb1486a

Please sign in to comment.