Skip to content

Commit

Permalink
--ignore-engines
Browse files Browse the repository at this point in the history
  • Loading branch information
alexneo2003 committed Aug 6, 2024
1 parent b228f4a commit e6e3449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Defaults to the user or organization that owns the workflow file
scope: '@alex_neo'
- name: Install dependencies
run: yarn
run: yarn --ignore-engines
- name: Build
run: yarn build
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: '>=18'
- name: Install dependencies
run: yarn
run: yarn --ignore-engines
- name: Install Playwright
run: npx playwright install chromium
- name: Build project
Expand Down

0 comments on commit e6e3449

Please sign in to comment.