Skip to content

Commit

Permalink
chore: replace Node.js v21 support with v23 (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Dec 21, 2024
1 parent 75d09b0 commit e777bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
node-version:
- 18.x
- 20.x
- 21.x
- 22.x
- 23.x

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@
"allow-incomplete-coverage": true
},
"engines": {
"node": "18.x || 20.x || 21.x || 22.x"
"node": "18.x || 20.x || 22.x || 23.x"
}
}

0 comments on commit e777bab

Please sign in to comment.