Skip to content

Commit

Permalink
Ignore engines in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKai committed Nov 30, 2023
1 parent 3be663c commit 0220154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
check-latest: true
cache: 'yarn'

- run: yarn install --frozen-lockfile
- run: yarn install --frozen-lockfile --ignore-engines # Remove once node-ipc is removed

# Cache for this workflow run.
- uses: actions/cache@v3
Expand Down

0 comments on commit 0220154

Please sign in to comment.