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 27, 2024
1 parent 5a9a43c commit 78b88af
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 @@ -49,7 +49,7 @@
"fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\""
},
"engines": {
"node": "18 || 20 || 21"
"node": "18 || 20 || 21 || 22"
},
"dependencies": {
"concolor": "^1.1.0",
Expand Down

0 comments on commit 78b88af

Please sign in to comment.