Skip to content

Commit

Permalink
Fix bahmutov/npm-install perf issue (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
osyrisrblx authored Sep 10, 2024
1 parent 130858f commit ebfe026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Install NPM dependencies
uses: bahmutov/npm-install@v1.7.4
uses: bahmutov/npm-install@v1

- name: Compile Source Files
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/ESLint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Install NPM Dependencies
uses: bahmutov/npm-install@v1.7.4
uses: bahmutov/npm-install@v1

- name: Run ESLint
run: npm run eslint
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ secrets.pat }}

- name: Install NPM Dependencies
uses: bahmutov/npm-install@v1.7.4
uses: bahmutov/npm-install@v1

- name: Publish
run: |
Expand Down

0 comments on commit ebfe026

Please sign in to comment.