Skip to content

Commit 69b508c

Browse files
committed
update testing
1 parent 5e02702 commit 69b508c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
os: [ubuntu-latest]
72-
node-version: [18.x]
72+
node-version: [16.x]
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- uses: actions/checkout@v3
@@ -81,7 +81,5 @@ jobs:
8181
cache: yarn
8282

8383
- run: yarn
84-
- run: yarn cypress install
85-
- run: yarn cypress verify
8684
- run: yarn build
8785
- run: yarn cypress:ci

0 commit comments

Comments
 (0)