Skip to content

Commit

Permalink
fix: Ignore node engine version during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed Oct 25, 2022
1 parent 6cd4323 commit 7e53493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: yarn install
- run: yarn install --ignore-engines
- run: yarn build
- run: npm publish --access public
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- run: yarn install --ignore-engines
- run: yarn build

0 comments on commit 7e53493

Please sign in to comment.