Skip to content

Commit

Permalink
Merge pull request #4 from roblox-ts/Fix-bahmutov/npm-install-version…
Browse files Browse the repository at this point in the history
…-to-solve-CI-perf-issue

Fix bahmutov/npm-install version to solve CI perf issue
  • Loading branch information
osyrisrblx authored Aug 29, 2024
2 parents 909c7f2 + 67a988f commit 960df3a
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 960df3a

Please sign in to comment.