Skip to content

Commit

Permalink
chore: update Node.js to 18.20.4
Browse files Browse the repository at this point in the history
Fix failing CI jobs:
```shell
Volta error: Could not unpack Node v18.19.1
```
  • Loading branch information
LayZeeDK committed Sep 3, 2024
1 parent 8228d7e commit 29bc096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
18.20.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test": "nx run-many --target=test --all"
},
"engines": {
"node": "18.19.1",
"node": "18.20.4",
"yarn": "1.22.22"
},
"volta": {
"node": "18.19.1",
"node": "18.20.4",
"yarn": "1.22.22"
},
"dependencies": {
Expand Down

0 comments on commit 29bc096

Please sign in to comment.