Skip to content

Commit

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

- run: npm install -g npm@9

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

- run: npm install -g npm@9

- run: npm install

# build monorepo incl. each subpackage
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g npm@9
- run: npm install prettier pretty-quick
- run: npm run prettier:check

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

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

- run: npm install -g npm@9

- run: npm install

# build monorepo incl. each subpackage
Expand Down
Loading

0 comments on commit 2775a1f

Please sign in to comment.