Skip to content

Commit

Permalink
feat(tiny-types): support for Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Aug 14, 2024
1 parent 6e8e07b commit 82f2da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
"homepage": "https://jan-molak.github.io/tiny-types/",
"engines": {
"node": "^16 || ^18 || ^20",
"npm": "^8 || ^9 || ^10"
"node": "^16 || ^18 || ^20 || ^22"
},
"devDependencies": {
"@types/chai": "4.3.17",
Expand Down

0 comments on commit 82f2da6

Please sign in to comment.