Skip to content

Commit

Permalink
Merge pull request #34497 from brian-smith-tcril/bump-npm
Browse files Browse the repository at this point in the history
fix: bump npm from 10.2.x to 10.5.x
  • Loading branch information
Feanil Patel authored Apr 9, 2024
2 parents 1e9f36c + b6662d4 commit f8eecec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Setup npm
run: npm i -g npm@10.2.x
run: npm i -g npm@10.5.x

- name: Install Firefox 123.0
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-assets-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 18 ]
npm-version: [ 10.2.x ]
npm-version: [ 10.5.x ]
mongo-version: ["4.4", "7.0"]

services:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ RUN pip install -r requirements/edx/base.txt

# Install node and npm
RUN nodeenv /edx/app/edxapp/nodeenv --node=18.19.0 --prebuilt
RUN npm install -g npm@10.2.x
RUN npm install -g npm@10.5.x

# This script is used by an npm post-install hook.
# We copy it into the image now so that it will be available when we run `npm install` in the next step.
Expand Down

0 comments on commit f8eecec

Please sign in to comment.