pull/5200/head
bunsenstraat 2 months ago
parent 3d8717c368
commit 9d892dcf42
  1. 6
      .circleci/config.yml
  2. 3
      apps/remixdesktop/tsconfig.e2e.json

@ -199,7 +199,7 @@ jobs:
key: node-20-windows-v3 key: node-20-windows-v3
- run: - run:
command: | command: |
nvm install 20 nvm install 20.0.0
nvm use 20 nvm use 20
node -v node -v
npx -v npx -v
@ -261,7 +261,7 @@ jobs:
key: node-20-windows-v3 key: node-20-windows-v3
- run: - run:
command: | command: |
nvm install 20 nvm install 20.0.0
nvm use 20 nvm use 20
node -v node -v
npx -v npx -v
@ -520,7 +520,7 @@ jobs:
- run: - run:
command: | command: |
ls -la dist/apps/remix-ide ls -la dist/apps/remix-ide
nvm install 20 nvm install 20.0.0
nvm use 20 nvm use 20
- restore_cache: - restore_cache:
keys: keys:

@ -1,7 +1,8 @@
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "build-e2e" "outDir": "build-e2e",
"target": "ES6"
}, },
"include": ["test/**/*.ts", "test/**/*.js", "../remix-ide-e2e/src/commands"] "include": ["test/**/*.ts", "test/**/*.js", "../remix-ide-e2e/src/commands"]
} }
Loading…
Cancel
Save