Skip to content

Commit

Permalink
fix: patch lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 6, 2023
1 parent 86d7020 commit 0f23d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install
if: ${{ steps.check-artifact.outputs.exists == 'false' }}
run: yarn
run: yarn --immutable

- name: Build
if: ${{ steps.check-artifact.outputs.exists == 'false' }}
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install
run: yarn
run: yarn --immutable

- name: Lint
run: yarn lint
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
run: tar -xvf artifact.tar

- name: Install
run: yarn
run: yarn --immutable

- name: Docker pull
if: matrix.node-version == '18'
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install
run: yarn
run: yarn --immutable

- name: Release
env:
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2041,7 +2041,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:18.0.18":
"@types/react@npm:18.0.18, @types/react@npm:*, @types/react@npm:>=16.9.11":
version: 18.0.18
resolution: "@types/react@npm:18.0.18"
dependencies:
Expand Down Expand Up @@ -9376,7 +9376,7 @@ __metadata:
languageName: node
linkType: hard

"pixelmatch@npm:5.3.0":
"pixelmatch@npm:5.3.0, pixelmatch@npm:^4.0.2":
version: 5.3.0
resolution: "pixelmatch@npm:5.3.0"
dependencies:
Expand Down Expand Up @@ -9423,7 +9423,7 @@ __metadata:
languageName: node
linkType: hard

"pngjs@npm:6.0.0":
"pngjs@npm:6.0.0, pngjs@npm:^6.0.0, pngjs@npm:^3.3.3":
version: 6.0.0
resolution: "pngjs@npm:6.0.0"
checksum: 692751ccd5e762623103900922caac982caa90258d9c6c04a6e2bc3397b1dedbaf9db826fc0fa068a29d607cad3df1d1eded0dec2ee35a0015c65cb5ef33ad18
Expand Down Expand Up @@ -9668,7 +9668,7 @@ __metadata:
languageName: node
linkType: hard

"puppeteer@npm:15.5.0":
"puppeteer@npm:15.5.0, puppeteer@npm:^1.5.0":
version: 15.5.0
resolution: "puppeteer@npm:15.5.0"
dependencies:
Expand Down

0 comments on commit 0f23d7e

Please sign in to comment.