Skip to content

Commit 5c740cb

Browse files
committed
chore(deps): update lockfile to fix audit; pin @types/express due to incompatibility; return --no-lockfile
1 parent 7c816d6 commit 5c740cb

3 files changed

Lines changed: 1198 additions & 1379 deletions

File tree

.github/workflows/runTestsOnPush.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ jobs:
2626
uses: jossef/action-set-json-field@v2.1
2727
with:
2828
file: package.json
29-
field: resolutions
30-
value: '{ "typescript": "${{ matrix.typescript-version }}"}'
31-
parse_json: true
29+
field: resolutions.typescript
30+
value: '${{ matrix.typescript-version }}'
3231

3332
# for yarn3
3433
# - name: Set Typescript version
3534
# run: yarn set resolution typescript ${{ matrix.typescript-version }}
3635

3736
- name: Install
38-
run: yarn install --ignore-scripts
37+
run: yarn install --ignore-scripts --no-lockfile
3938

4039
- name: Output ts version
4140
run: yarn tsc --version

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"typedoc": "^0.26.7"
5757
},
5858
"resolutions": {
59-
"typescript": "^6.0.0"
59+
"typescript": "^6.0.0",
60+
"@types/express": "4.17.21"
6061
},
6162
"repository": {
6263
"type": "git",

0 commit comments

Comments
 (0)