Skip to content

Commit d7a08cc

Browse files
authored
Merge pull request #87 from flame-engine/luan.fix-build
fix: Fix CI build
2 parents 9377118 + 4ff056f commit d7a08cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ jobs:
1414
name: Linting with awesome-lint
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Use Node.js 10.x
21-
uses: actions/setup-node@v1
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: 10.x
24-
- run: npm install
23+
node-version: 18.x
2524
- run: npx awesome-lint

0 commit comments

Comments
 (0)