Skip to content

Commit

Permalink
Infra: FE: migrate to node 22 (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Jan 14, 2025
1 parent 79e3910 commit aaac4d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install node
uses: actions/[email protected]
with:
node-version: "18.17.1"
node-version: "22.12.0"
cache: "pnpm"
cache-dependency-path: "./frontend/pnpm-lock.yaml"

Expand Down
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.17.1
v22.12.0
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"whatwg-fetch": "3.6.20"
},
"engines": {
"node": "18.17.1",
"node": "^22.12.0",
"pnpm": "^9.15.0"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<testcontainers.version>1.20.4</testcontainers.version>

<!-- Frontend dependency versions -->
<node.version>v18.17.1</node.version>
<node.version>v22.12.0</node.version>
<pnpm.version>v9.15.0</pnpm.version>

<!-- Plugin versions -->
Expand Down

0 comments on commit aaac4d7

Please sign in to comment.