Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 20, 2024
1 parent d5402f2 commit db3b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ jobs:
uses: ./.github/actions/setup-node
with:
electron-install: true
playwright-install: true
full-cache: true

- name: Download affine.linux-x64-gnu.node
Expand Down
35 changes: 1 addition & 34 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26465,7 +26465,7 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.6.4":
"msw@npm:^2.6.4, msw@npm:^2.6.8":
version: 2.7.0
resolution: "msw@npm:2.7.0"
dependencies:
Expand Down Expand Up @@ -26498,39 +26498,6 @@ __metadata:
languageName: node
linkType: hard

"msw@npm:^2.6.8":
version: 2.6.9
resolution: "msw@npm:2.6.9"
dependencies:
"@bundled-es-modules/cookie": "npm:^2.0.1"
"@bundled-es-modules/statuses": "npm:^1.0.1"
"@bundled-es-modules/tough-cookie": "npm:^0.1.6"
"@inquirer/confirm": "npm:^5.0.0"
"@mswjs/interceptors": "npm:^0.37.0"
"@open-draft/deferred-promise": "npm:^2.2.0"
"@open-draft/until": "npm:^2.1.0"
"@types/cookie": "npm:^0.6.0"
"@types/statuses": "npm:^2.0.4"
chalk: "npm:^4.1.2"
graphql: "npm:^16.8.1"
headers-polyfill: "npm:^4.0.2"
is-node-process: "npm:^1.2.0"
outvariant: "npm:^1.4.3"
path-to-regexp: "npm:^6.3.0"
strict-event-emitter: "npm:^0.5.1"
type-fest: "npm:^4.26.1"
yargs: "npm:^17.7.2"
peerDependencies:
typescript: ">= 4.8.x"
peerDependenciesMeta:
typescript:
optional: true
bin:
msw: cli/index.js
checksum: 10/20a74a5e49b780567aa3430c0de9f27830208f931d6109087a24566fcb3e68f058ff51b022891bfe6fe0f320afad22b4039593722b928aa9c4ab5b05c2746c4a
languageName: node
linkType: hard

"multer@npm:1.4.4-lts.1":
version: 1.4.4-lts.1
resolution: "multer@npm:1.4.4-lts.1"
Expand Down

0 comments on commit db3b18f

Please sign in to comment.