Skip to content

Commit 163e353

Browse files
authored
Merge pull request #6571 from mozilla/node-20.20.2
Update volta project pin to Node 20.20.2
2 parents 31fa50e + bd37670 commit 163e353

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
# Default build command.
1919
command = "npm ci; npm run build-storybook"
2020

21-
environment = { NODE_VERSION = "20.20.0", NPM_VERSION = "10.1.0" }
21+
environment = { NODE_VERSION = "20.20.2", NPM_VERSION = "10.1.0" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"homepage": "https://github.com/mozilla/blurts-server",
5353
"license": "MPL-2.0",
5454
"volta": {
55-
"node": "20.20.0",
55+
"node": "20.20.2",
5656
"npm": "10.8.3"
5757
},
5858
"dependencies": {

0 commit comments

Comments
 (0)