Skip to content

Commit

Permalink
build: Update to Node 20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacurtiss committed Jun 3, 2024
1 parent 1f7e709 commit 487aa43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v20.14.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cspell": "cspell . --show-suggestions --no-progress",
"standards": "npm run cspell",
"start": "vite --host",
"test": "check-node-version --node 18.18.2 --npm 9.8.1",
"test": "check-node-version --node 20.14.0 --npm 10.7.0",
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview"
Expand Down

0 comments on commit 487aa43

Please sign in to comment.