Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Feb 29, 2024
1 parent e54a990 commit 3b19eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
uses: actions/setup-node@v4
with:
node-version: 'lts*' # Install the latest LTS (Long-Term Support) version
node-version: 'lts' # Install the latest LTS (Long-Term Support) version

- run: npm run format:check

Expand Down

0 comments on commit 3b19eb0

Please sign in to comment.