fix: bump npm from 10.2.x to 10.5.x
This commit is contained in:
2
.github/workflows/js-tests.yml
vendored
2
.github/workflows/js-tests.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/static-assets-check.yml
vendored
2
.github/workflows/static-assets-check.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user