Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
polypixeldev authored Oct 23, 2024
1 parent cf3427e commit 660a8f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Install Node v16
- name: Install Node v20
uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20

- name: Install dependencies
working-directory: ./app/
run: npm ci
run: npm i

- name: Run ESLint
working-directory: ./app/
run: NODE_ENV=test npm run lint
run: npm run lint

0 comments on commit 660a8f8

Please sign in to comment.