Skip to content

Commit e04d0b3

Browse files
authored
Merge pull request #82 from bigcommerce/node22_bump_deps
chore(common): PHPMNT-342 Switch to Node 22 and bump dependencies
2 parents c707667 + f523e9c commit e04d0b3

5 files changed

Lines changed: 4461 additions & 2967 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
executor:
1010
name: node/node
11-
node-version: '18.19'
11+
node-version: '22.22'
1212
steps:
1313
- ci/pre-setup
1414
- ci/merge-base

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18
1+
22

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ npx validate-commits
6161

6262
## Requirements
6363

64-
* Node: `>=18`
64+
* Node: `>=22`
6565

6666
## License
6767

0 commit comments

Comments
 (0)