Skip to content

Commit

Permalink
chore: upgrade node version to avoid a cypress error
Browse files Browse the repository at this point in the history
for some reason I wasn't able to start the e2e tests anymore and after struggling with a cryptic error message for 30mn I found out that upgrading node version fixed it
  • Loading branch information
maxime1992 committed Jun 30, 2022
1 parent ca50754 commit d078a3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.17
- name: Use Node.js 16.10.0
uses: actions/setup-node@v1
with:
node-version: 14.17
node-version: 16.10.0
- name: Install dependencies
run: yarn --frozen-lockfile --non-interactive --no-progress
- name: Lint Demo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.4.0
v16.10.0

0 comments on commit d078a3e

Please sign in to comment.