Skip to content

Commit

Permalink
Upgrade Node to v22.X.X
Browse files Browse the repository at this point in the history
  • Loading branch information
amattu2 committed Feb 7, 2025
1 parent 28e5e94 commit 99af71a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "22.x"
cache: "npm"

- name: Cache node modules
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "crdc-datahub-ui",
"version": "3.2.0",
"engines": {
"node": ">=22.0.0 <23.0.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@apollo/client": "^3.9.8",
"@axe-core/react": "^4.9.0",
Expand Down

0 comments on commit 99af71a

Please sign in to comment.