Skip to content

Commit

Permalink
modified CI to allow hopper tokens installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Francis Thibault committed Oct 6, 2023
1 parent 1e54706 commit aeabcdf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Dependencies
if: steps.cache-dependencies.outputs.cache-hit != 'true'
run: |
yarn install --frozen-lockfile
yarn install --frozen-lockfile --ignore-engines
- name: Create release Pull Request or publish to NPM
id: changesets
uses: changesets/action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Chromatic

on:
on:
pull_request:
branches-ignore:
- changeset-release/*
Expand All @@ -22,7 +22,7 @@ jobs:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Build Packages
run: yarn build
- name: Publish to Chromatic
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Lint Stylelint
run: yarn lint-ci-style

Expand All @@ -52,7 +52,7 @@ jobs:
with:
node-version-file: ".nvmrc"
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install --frozen-lockfile --ignore-engines
- name: Build Packages
run: yarn build
- name: Run Jest
Expand Down

0 comments on commit aeabcdf

Please sign in to comment.