Skip to content

Commit

Permalink
Add node.js 22 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tshemsedinov committed Aug 31, 2024
1 parent 8d1ab12 commit d662bbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: Testing CI

on: pull_request

jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -11,6 +9,7 @@ jobs:
- 18
- 20
- 21
- 22
os:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Up @@ -44,7 +44,7 @@
"fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21"
"node": "18 || 20 || 21 || 22"
},
"dependencies": {
"metautil": "^5.2.1",
Expand Down

0 comments on commit d662bbf

Please sign in to comment.