Skip to content

Commit

Permalink
Upgrade node to latest LTS (20.12.0) and some other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Mar 31, 2024
1 parent 7ed7a23 commit cf6ff44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"doc": "docs"
},
"engines": {
"node": "20.11.1",
"node": "20.12.0",
"pnpm": "8.15.5"
},
"volta": {
"node": "20.11.1",
"node": "20.12.0",
"pnpm": "8.15.5"
},
"engine-strict": true,
Expand Down Expand Up @@ -50,7 +50,7 @@
"is-ci": "3.0.1",
"open": "10.1.0",
"prettier": "3.2.5",
"simple-git": "3.23.0",
"simple-git": "3.24.0",
"targz": "1.0.1"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit cf6ff44

Please sign in to comment.