Skip to content

Commit d472cbe

Browse files
committed
chore: upgrade eslint codely config
1 parent 79cd8a1 commit d472cbe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ jobs:
88
name: 🚀 Lint and test
99
timeout-minutes: 5
1010
steps:
11+
1112
- name: 👍 Checkout
1213
uses: actions/checkout@v2
1314

15+
- name: ❇️ Setup Node.js
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
1420
- name: 📦 Cache node modules
1521
uses: actions/cache@v2
1622
env:
@@ -30,4 +36,4 @@ jobs:
3036
run: npm run lint
3137

3238
- name: ✅ Run tests
33-
run: npm run test
39+
run: npm run test

0 commit comments

Comments
 (0)