Skip to content

Commit

Permalink
chore: upgrade eslint codely config
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Sep 2, 2024
1 parent 79cd8a1 commit d472cbe
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ jobs:
name: 🚀 Lint and test
timeout-minutes: 5
steps:

- name: 👍 Checkout
uses: actions/checkout@v2

- name: ❇️ Setup Node.js
- uses: actions/setup-node@v4
with:
node-version: 20

- name: 📦 Cache node modules
uses: actions/cache@v2
env:
Expand All @@ -30,4 +36,4 @@ jobs:
run: npm run lint

- name: ✅ Run tests
run: npm run test
run: npm run test

0 comments on commit d472cbe

Please sign in to comment.