Skip to content

Commit

Permalink
drop node v21. Add v22.
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Apr 26, 2024
1 parent 9b7e3c9 commit ab251fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-14, windows-latest]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
"@types/chai": "^4.3.14",
"@types/chai-as-promised": "^7.1.8",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.30",
"@types/node": "^20.12.7",
"@types/semver": "^7.5.8",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.57.0",
"eslint": "^9.1.1",
"mocha": "^10.4.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"release-it": "^17.1.1",
"release-it": "^17.2.0",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
"source-map-support": "^0.5.21",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0"
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
}
}

0 comments on commit ab251fb

Please sign in to comment.