Skip to content

Commit

Permalink
Update dependency npm from v10 to v11 (#931)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent ad93c50 commit da7d7dc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/planner-appengine-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:

- name: "Set up NPM."
# https://github.com/actions/setup-node/issues/324
run: npm install --global npm@10
run: npm install --global npm@11

- name: "Authenticate to Google Cloud."
uses: google-github-actions/auth@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/planner-ci-check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: "Set up NPM."
# https://github.com/actions/setup-node/issues/324
run: npm install --global npm@10
run: npm install --global npm@11

# Set the time zone, otherwise 5 Performances display > shows performances tests fail
# > - Expected By(css selector, .performance) to have text 12:00 but was 11:00
Expand Down
2 changes: 1 addition & 1 deletion planner/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "local",
"engines": {
"node": "22.x",
"npm": "10.x"
"npm": "11.x"
},
"scripts": {
"preinstall": "echo Installing Frontend dependencies",
Expand Down
2 changes: 1 addition & 1 deletion planner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"repository": "local",
"engines": {
"node": "22.x",
"npm": "10.x"
"npm": "11.x"
},
"scripts": {
"start:documentation": "Assumes: `cd frontend && npm run build:<env> && cd ..`",
Expand Down

0 comments on commit da7d7dc

Please sign in to comment.