Skip to content

Commit

Permalink
feat: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 24, 2025
1 parent 9c91a2a commit 7994dd0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,16 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.13.0
- name: Verify Node.js version
run: node --version
- name: Install Node.js dependencies
run: npm install
working-directory: webapp
- name: Cypress run
uses: cypress-io/github-action@v6
with:
working-directory: ./webapp
working-directory: webapp

0 comments on commit 7994dd0

Please sign in to comment.