Skip to content

Commit

Permalink
feat: OPS-5073 Upgraded to Node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
whodeen committed Feb 18, 2025
1 parent 382bd0d commit cd1af88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
node: circleci/node@5.2.0
node: circleci/node@7.0.0

parameters:
node_version:
type: string
default: 'lts'
default: '22.13.0'

commands:
install_deps:
Expand All @@ -33,4 +33,3 @@ jobs:
- run: yarn test:repl
- run: yarn lint:ci
- run: yarn type-check

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22.13.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.1.0",
"@types/jest": "29.5.14",
"@types/node": "16",
"@types/node": "22",
"eslint": "9.17.0",
"husky": "9.0.11",
"jest": "29.7.0",
Expand All @@ -73,7 +73,7 @@
"mongodb": "3.x.x || 4.x || 5.x || 6.x"
},
"engines": {
"node": ">=16"
"node": ">=22"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit cd1af88

Please sign in to comment.