Skip to content

Commit

Permalink
gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Nov 6, 2024
1 parent 8c991b0 commit fda90a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "20"
node-version: '20'

- name: Install dependencies
run: yarn

- name: Run TypeScript, ESLint, and Prettier checks
working-directory: ./packages/desktop
run: |
yarn typecheck
yarn lint
Expand Down

0 comments on commit fda90a3

Please sign in to comment.