Skip to content

Commit

Permalink
install latest version of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Oct 17, 2023
1 parent af31a21 commit 9e832fe
Show file tree
Hide file tree
Showing 7 changed files with 7,718 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npm install -g npm@9
- run: npm install -g npm

- run: npm install
- run: pushd e2e/browser && npm install && popd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@9
- run: npm install -g npm
- run: npm install
- run: npm run lint --workspaces --if-present
2 changes: 1 addition & 1 deletion .github/workflows/mitm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npm install -g npm@9
- run: npm install -g npm

- run: npm install

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@9
- run: npm install -g npm
- run: npm install prettier pretty-quick
- run: npm run prettier:check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-limit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- run: npm install -g npm@9
- run: npm install -g npm
# - run: npm run size-limit --workspaces --if-present

# commented out until the job can be configured
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: ${{ matrix.node }}

- run: npm install -g npm@9
- run: npm install -g npm

- run: npm install

Expand Down
Loading

0 comments on commit 9e832fe

Please sign in to comment.