Skip to content

Commit

Permalink
chore: remove bahmutov/npm-install usage (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Oct 17, 2024
1 parent 0d1e0aa commit d84c879
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: npm install

- name: Build package
run: npm run build
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/verifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
cache: npm
node-version-file: '.nvmrc'

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: npm install

- name: Run script
run: npm run ${{ matrix.validation-script }}
Expand All @@ -43,10 +44,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
cache: npm
node-version: ${{ matrix.node }}

- name: Install dependencies
uses: bahmutov/npm-install@v1
run: npm install

- name: Install ESLint v${{ matrix.eslint }}
run: npm install --no-save --force eslint@${{ matrix.eslint }}
Expand Down

0 comments on commit d84c879

Please sign in to comment.