Skip to content

Commit

Permalink
chore(deps): update node.js to v22.12.0 (#536)
Browse files Browse the repository at this point in the history
* chore(deps): update node.js to v22.12.0

* fix: add cache dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: spaenleh <[email protected]>
  • Loading branch information
renovate[bot] and spaenleh authored Dec 11, 2024
1 parent 8b4b6a5 commit be615c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
with:
node-version-file: "package.json"
cache: "pnpm"
cache-dependency-path: "pnpm-lock.yaml"

# use the Cypress GitHub Action to run Cypress tests within the chrome browser
- name: Cypress
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"vitest": "2.1.8"
},
"volta": {
"node": "22.11.0"
"node": "22.12.0"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit be615c7

Please sign in to comment.