Skip to content

Commit

Permalink
fix(workaround): disable corepack integrity for now - thanks npm key …
Browse files Browse the repository at this point in the history
…rotation issue
  • Loading branch information
marudor committed Feb 2, 2025
1 parent d602009 commit c974ea1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 75 deletions.
74 changes: 0 additions & 74 deletions .github/workflows/next.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
pnpm i --frozen-lockfile
env:
CYPRESS_INSTALL_BINARY: 0
COREPACK_INTEGRITY_KEYS: 0
- name: unit test
run: |
pnpm test:unit
Expand Down Expand Up @@ -64,6 +65,8 @@ jobs:
run: |
corepack enable
pnpm i --frozen-lockfile
env:
COREPACK_INTEGRITY_KEYS: 0
- name: Run Cypress
uses: cypress-io/github-action@v6
with:
Expand Down Expand Up @@ -98,6 +101,8 @@ jobs:
run: |
corepack enable
pnpm i --frozen-lockfile
env:
COREPACK_INTEGRITY_KEYS: 0
- name: Run Cypress
uses: cypress-io/github-action@v6
with:
Expand Down Expand Up @@ -135,6 +140,7 @@ jobs:
pnpm i --frozen-lockfile
pnpm percy build:finalize
env:
COREPACK_INTEGRITY_KEYS: 0
PERCY_TOKEN: web_63aaa4d04fb56e5bb41b4547417eac37310a4b8dd2ef6f2e6e444215eacb01b3
docker:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM --platform=$BUILDPLATFORM node:22-alpine AS base
ENV COREPACK_INTEGRITY_KEYS=0
RUN corepack enable
WORKDIR /app
ENV CYPRESS_INSTALL_BINARY=0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "module",
"private": true,
"engineStrict": true,
"packageManager": "[email protected].2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321",
"packageManager": "[email protected].5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
Expand Down

0 comments on commit c974ea1

Please sign in to comment.