Skip to content

Commit

Permalink
Merge pull request #3021 from gdg-x/npm
Browse files Browse the repository at this point in the history
npm 10
  • Loading branch information
abraham authored Mar 2, 2024
2 parents bfa341b + c10fbbf commit cf51de8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions/package-lock.json

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

2 changes: 1 addition & 1 deletion functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "module",
"engines": {
"node": "20",
"npm": "9"
"npm": "10"
},
"scripts": {
"build": "npm run clean && concurrently npm:build:*",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Conference website template",
"engines": {
"node": "20",
"npm": "9"
"npm": "10"
},
"scripts": {
"build": "npm run clean && NODE_ENV=production rollup --config rollup.config.ts --configPlugin typescript",
Expand Down

0 comments on commit cf51de8

Please sign in to comment.