WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0f53268

Browse files
committed
Fix on-the-fly cv generation, update node
1 parent 2cddbd6 commit 0f53268

File tree

21 files changed

+70
-1240
lines changed

21 files changed

+70
-1240
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: '14'
25+
node-version: '18.12.1'
2626
cache: 'yarn'
2727

2828
- name: Install packages

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v16.14.0
1+
v18.12.1

cypress.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

cypress/fixtures/example.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

cypress/integration/landing.spec.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.

cypress/plugins/index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

cypress/support/index.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

cypress/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,12 @@
1212
"clean": "yarn workspace @teimurjan/landing clean",
1313
"codegen": "yarn workspace @teimurjan/gql-types codegen",
1414
"typecheck": "yarn workspaces run typecheck",
15-
"lint": "eslint workspaces/*/src",
16-
"cy:open": "cypress open",
17-
"cy:run": "cypress run",
18-
"cy:percy:run": "percy exec -- cypress run",
19-
"test:e2e": "start-server-and-test develop http://localhost:2525 cy:open",
20-
"test:e2e:ci": "start-server-and-test develop http://localhost:2525 cy:percy:run"
15+
"lint": "eslint workspaces/*/src"
2116
},
2217
"dependencies": {
23-
"@percy/cli": "^1.0.0-beta.70",
24-
"@percy/cypress": "^3.1.1",
25-
"@testing-library/cypress": "^8.0.2",
2618
"@typescript-eslint/eslint-plugin": "^4.0.0",
2719
"@typescript-eslint/parser": "^4.0.0",
2820
"babel-eslint": "^10.0.0",
29-
"cypress": "^9.0.0",
3021
"eslint": "^7.5.0",
3122
"eslint-config-prettier": "^8.3.0",
3223
"eslint-config-react-app": "^6.0.0",
@@ -37,7 +28,6 @@
3728
"eslint-plugin-react": "^7.20.3",
3829
"eslint-plugin-react-hooks": "^4.0.8",
3930
"prettier": "^2.4.1",
40-
"start-server-and-test": "^1.14.0",
4131
"typescript": "^4.4.4"
4232
},
4333
"resolutions": {

0 commit comments

Comments
 (0)