Skip to content

Commit

Permalink
Merge pull request #267 from cloudnc/chore/update-node-version-to-avo…
Browse files Browse the repository at this point in the history
…id-cypress-error

chore: upgrade node version to avoid a cypress error
  • Loading branch information
maxime1992 authored Jun 30, 2022
2 parents ca50754 + d078a3e commit 200d681
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 200d681

Please sign in to comment.