We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c816d6 commit d6001dbCopy full SHA for d6001db
3 files changed
.github/workflows/runTestsOnPush.yml
@@ -35,7 +35,7 @@ jobs:
35
# run: yarn set resolution typescript ${{ matrix.typescript-version }}
36
37
- name: Install
38
- run: yarn install --ignore-scripts
+ run: yarn install --ignore-scripts --no-lockfile
39
40
- name: Output ts version
41
run: yarn tsc --version
package.json
@@ -56,7 +56,8 @@
56
"typedoc": "^0.26.7"
57
},
58
"resolutions": {
59
- "typescript": "^6.0.0"
+ "typescript": "^6.0.0",
60
+ "@types/express": "4.17.21"
61
62
"repository": {
63
"type": "git",
0 commit comments