Skip to content

Commit

Permalink
chore: test on 20, 22, 23
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Nov 8, 2024
1 parent 0a52514 commit 8b67a82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
test:
uses: yikesable/workflows/.github/workflows/test.yml@main
with:
node-versions: '18,20,21'
node-versions: '20,22,23'
os: 'ubuntu-latest'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/node": "^20.17.6",
"@voxpelli/eslint-config": "^22.0.0",
"@voxpelli/tsconfig": "^15.0.0",
"c8": "^10.1.2",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@voxpelli/tsconfig/node18.json",
"extends": "@voxpelli/tsconfig/node20.json",
"files": [
"index.js"
],
Expand Down

0 comments on commit 8b67a82

Please sign in to comment.