Skip to content

Commit

Permalink
Fix workflow run - "pr-build" (#338)
Browse files Browse the repository at this point in the history
* Add pnpm-lock.yaml to gitignore

* Fix workflow run - pr-build
  • Loading branch information
redoC-A2k authored Apr 20, 2024
1 parent efcc173 commit d98c887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: npm install prettier
- name: Install ESLint
run: >
npm install eslint@latest &&
npm install eslint@^8 &&
npm install @microsoft/eslint-formatter-sarif@latest eslint-config-google@latest eslint-plugin-import@latest @typescript-eslint/eslint-plugin@latest @typescript-eslint/parser@latest eslint-config-prettier@latest eslint-plugin-prettier@latest
- name: Get cache date
id: get-date
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ Cargo.lock
yarn.lock
package-lock.json
.DS_Store
pnpm-lock.yaml

0 comments on commit d98c887

Please sign in to comment.