diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 844ca44..ab53f79 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - name: Unit tests uses: actions/setup-node@v3 with: - node-version: 18.x.x + node-version: 20.x.x - run: yarn # - name: Map hosts # run: yarn build diff --git a/package.json b/package.json index 013427e..18b6496 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "build": "vite build", "dev": "nodemon --watch ext --watch src --exec ./jam-server.mjs", "test": "c8 -r=text -r=lcov ava", - "e2e": "NODE_OPTIONS=--dns-result-order=ipv4first c8 -o ./coverage-cypress -r=text -r=lcov node ./e2e-backend.mjs", + "e2e": "c8 -o ./coverage-cypress -r=text -r=lcov node ./e2e-backend.mjs", "e2e-dev": "nodemon --watch ext --watch src --exec ./e2e-backend.mjs", "cy": "HTTP_PROXY=http://localhost:8000 cypress open --component", "cy-ci": "HTTP_PROXY=http://localhost:8000 NO_PROXY=127.0.0.1,localhost cypress run --component",