Skip to content

Commit

Permalink
chore: update npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghassanmas committed Mar 7, 2023
1 parent 22b3b53 commit ee957de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Setup npm
run: npm i -g npm@8.5.x
run: npm i -g npm@8.19.x

- name: Install Firefox 61.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: [ 16 ]
npm-version: [ 8.5.x ]
npm-version: [ 8.19.x ]

steps:
- name: Checkout repo
Expand Down

0 comments on commit ee957de

Please sign in to comment.