Skip to content

Commit

Permalink
Test on Node 23
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterwigboldus-visma committed Oct 17, 2024
1 parent 6b51ed6 commit 7d041f8
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x, 23.x]

steps:
- uses: actions/checkout@v4
Expand Down
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trojs/paginator",
"version": "2.3.2",
"version": "2.3.3",
"description": "Paginator",
"files": [
"src/paginator.js",
Expand Down

0 comments on commit 7d041f8

Please sign in to comment.