Skip to content

Commit

Permalink
chore: don't blindly upgrade npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Jan 10, 2025
1 parent 5a680c9 commit a1a15ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/base-build-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Upgrade npm
run: npm i -g npm

- name: Install Dependencies
run: npm ci

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/base-test-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Upgrade npm
run: npm i -g npm

- name: Setup System
if: ${{ inputs.system }}
uses: restorecommerce/setup-system-action@v1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
with:
node-version-file: '.nvmrc'

- name: Upgrade npm
run: npm i -g npm

- name: Install Dependencies
run: npm ci

Expand Down

0 comments on commit a1a15ab

Please sign in to comment.