Skip to content

Commit

Permalink
fix: Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Nov 15, 2023
1 parent b751fbc commit 9539055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
name: Linting with awesome-lint
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 10.x
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 10.x
node-version: 18.x
- run: npm install
- run: npx awesome-lint

0 comments on commit 9539055

Please sign in to comment.