Skip to content

Commit

Permalink
chore: revert check after fix
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 24, 2024
1 parent cbcf02f commit fea9ecf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --no-check-resolutions
- run: yarn --immutable --immutable-cache --check-cache
changed-workspaces:
runs-on: ubuntu-latest
outputs:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --no-check-resolutions
- run: yarn --immutable --immutable-cache
- name: Set needs.changed-workspaces.outputs.{projects,projects-web}
id: dry-run
run: |
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --no-check-resolutions
- run: yarn --immutable --immutable-cache
- name: ts-check
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --no-check-resolutions
- run: yarn --immutable --immutable-cache
- name: test
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn --no-check-resolutions
- run: yarn --immutable --immutable-cache
- name: Playwright testing
run: |
echo '```' >> $GITHUB_STEP_SUMMARY
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@ __metadata:
graphql-ws: "npm:5.11.2"
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
ws: "npm:8.11.0"
ws: "npm:8.12.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/79ced279e56b7508282859f805ca8fe1286eec3b53592893e35517f93e5204eca2db327258599749b0d832918d9d709962059087b4e6a894eacc16ceb0142273
Expand Down Expand Up @@ -2701,7 +2701,7 @@ __metadata:
"@types/ws": "npm:^8.0.0"
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
ws: "npm:8.11.0"
ws: "npm:8.12.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/2705e57ae81fbe3117d14900d50ab2459618d93192f795db97e2b98e9a772ebfe2308c17e72d92735123ec32fbedad014158d20fd1cc569fa287d47c90037a71
Expand Down Expand Up @@ -3003,7 +3003,7 @@ __metadata:
isomorphic-ws: "npm:5.0.0"
tslib: "npm:^2.4.0"
value-or-promise: "npm:^1.0.11"
ws: "npm:8.11.0"
ws: "npm:8.12.0"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0
checksum: 10/1a836f09e24ea1f3815c243ac3442eb87778ec4677362102fe40d9a0efe5ff7891eae98354af7c1d4fc612da3957ea559ac818d6e9f4d6b5e0571899d96fe59c
Expand Down Expand Up @@ -10894,7 +10894,7 @@ __metadata:
whatwg-encoding: "npm:^2.0.0"
whatwg-mimetype: "npm:^3.0.0"
whatwg-url: "npm:^11.0.0"
ws: "npm:^8.11.0"
ws: "npm:^8.12.0"
xml-name-validator: "npm:^4.0.0"
peerDependencies:
canvas: ^2.5.0
Expand Down Expand Up @@ -20151,7 +20151,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:8.11.0":
"ws@npm:8.12.0":
version: 8.12.0
resolution: "ws@npm:8.12.0"
peerDependencies:
Expand Down Expand Up @@ -20181,7 +20181,7 @@ __metadata:
languageName: node
linkType: hard

"ws@npm:^8.11.0, ws@npm:^8.13.0":
"ws@npm:^8.12.0, ws@npm:^8.13.0":
version: 8.13.0
resolution: "ws@npm:8.13.0"
peerDependencies:
Expand Down

0 comments on commit fea9ecf

Please sign in to comment.