Skip to content

Commit

Permalink
Update app_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerGery committed Sep 12, 2024
1 parent 2d2134c commit fbe0e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/app_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
always-auth: true
registry-url: https://registry.npmjs.org

- name: Install NPM dependencies
run: npm install
run: npm install --legacy-peer-deps

- run: npm run linter

Expand Down

0 comments on commit fbe0e6b

Please sign in to comment.