Skip to content

Commit

Permalink
fix: setup node in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 25, 2024
1 parent a69abf1 commit 1f954ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: package.json
- run: npm ci
- name: Cypress run
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 1f954ab

Please sign in to comment.