Skip to content

Commit 310ab52

Browse files
authored
Upd package lock, fix npm install command (#8541)
1 parent fd4893f commit 310ab52

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/test-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: actions/setup-node@v3
18-
- run: npm i --package-lock-only --ignore-scripts
18+
- run: npm i --ignore-scripts --package-lock-only
1919
- run: npm audit --omit=dev

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"testcafe-reporter-xunit": "^2.2.1",
150150
"testcafe-selector-generator": "^0.1.0",
151151
"time-limit-promise": "^1.0.2",
152-
"tmp": "0.2.6",
152+
"tmp": "0.2.7",
153153
"tree-kill": "^1.2.2",
154154
"typescript": "4.9.5",
155155
"unquote": "^1.1.1",

0 commit comments

Comments
 (0)