Skip to content

Commit

Permalink
Merge pull request #87 from flame-engine/luan.fix-build
Browse files Browse the repository at this point in the history
fix: Fix CI build
  • Loading branch information
luanpotter authored Nov 15, 2023
2 parents 9377118 + 4ff056f commit d7a08cc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ 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
- run: npm install
node-version: 18.x
- run: npx awesome-lint

0 comments on commit d7a08cc

Please sign in to comment.