Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk authored Oct 29, 2023
1 parent 7fe6cb8 commit dc16093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
version: 'latest'
- name: Use Node.js
uses: actions/setup-node@v4
working-directory: guest-list-mobile
with:
node-version: 'lts/*'
cache: 'pnpm'
cache-dependency-path: guest-list-mobile
- run: pnpm install
working-directory: guest-list-mobile
- run: pnpm eslint . --max-warnings 0
Expand Down

0 comments on commit dc16093

Please sign in to comment.