Skip to content

Commit

Permalink
fix: use node 16 version into cypress github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-louis committed Feb 24, 2023
1 parent 8f77f4d commit 38d5441
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/end-to-end-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
cache: yarn

- name: Create env file
run: |
touch .env
Expand Down

0 comments on commit 38d5441

Please sign in to comment.