Skip to content

Commit

Permalink
fix: dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
slipx06 committed Oct 27, 2024
1 parent 5c512c0 commit 81b29c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
- name: Build project
if: steps.check-version.outputs.is_higher == 'true'
run: |
yarn install --ignore-optional --verbose
yarn install --ignore-optional --force --verbose
yarn run build
- name: 🛎️ Create release
if: steps.check-version.outputs.is_higher == 'true'
uses: softprops/action-gh-release@v2
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,8 @@
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.1.0"
},
"resolutions": {
"rollup": "^3.24.0"
}
}

0 comments on commit 81b29c3

Please sign in to comment.