Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Sep 14, 2024
1 parent 916f742 commit ba176b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"
node-version: 'lts/*'
cache: 'npm'

- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install

- name: Lint
run: npm run lint
Expand Down

0 comments on commit ba176b1

Please sign in to comment.