Skip to content

Commit

Permalink
Prepare for CMP redux (#1307)
Browse files Browse the repository at this point in the history
Co-authored-by: oliverabrahams <[email protected]>
  • Loading branch information
sndrs and oliverabrahams authored Mar 26, 2024
1 parent d64fc4f commit 846606c
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ runs:
uses: actions/cache@v4
with:
path: ~/.cache/Cypress
key: cypress-${{ runner.os }}-${{ hashFiles('pnpm-workspace.yaml') }}
key: cypress-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
6 changes: 3 additions & 3 deletions .github/workflows/canaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- uses: nrwl/nx-set-shas@v4
- uses: ./.github/actions/setup-node-env

- name: Version
run: pnpm changeset version --snapshot canary

- run: pnpm nx run-many --target=build --all=true

- name: Prepare Nx project for changesets
uses: ./.github/actions/prepare-for-changesets

- name: Version
run: pnpm changeset version --snapshot canary

- name: Release
uses: changesets/action@v1
id: publish-canary
Expand Down
5 changes: 3 additions & 2 deletions libs/@guardian/libs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"sideEffects": false,
"devDependencies": {
"@types/wcag-contrast": "3.0.3",
"cypress-wait-until": "^3.0.1",
"eslint-plugin-cypress": "^2.15.1",
"cypress": "13.7.1",
"cypress-wait-until": "3.0.1",
"eslint-plugin-cypress": "2.15.1",
"jest-fetch-mock": "3.0.3",
"mockdate": "3.0.5",
"tslib": "2.6.2",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@typescript-eslint/parser": "6.21.0",
"babel-loader": "9.1.3",
"colorette": "2.0.20",
"cypress": "^13.7.0",
"eslint": "8.56.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.29.0",
Expand Down
25 changes: 12 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 846606c

Please sign in to comment.