Skip to content

Commit

Permalink
Run tests in Node.js 23
Browse files Browse the repository at this point in the history
  • Loading branch information
fasttime committed Oct 26, 2024
1 parent 9812fb0 commit e66a645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions test/import.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ it
'fix',
'format',
'formatEach',
...actual.length === 9 ? ['module.exports'] : undefined,
'result',
'results',
];
Expand Down

0 comments on commit e66a645

Please sign in to comment.