Skip to content

Commit

Permalink
INT-10745: fix build GH action dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gastonyelmini committed May 9, 2024
1 parent eb753f6 commit 514955b
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: npm ci
run: npm ci --include=optional
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

Expand Down
215 changes: 213 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "16.5.1",
"@nx/nx-darwin-x64": "16.5.1",
"@nx/nx-linux-x64-gnu": "16.5.1",
"@nx/nx-win32-x64-msvc": "16.5.1"
},
"resolutions": {
"@types/node": "^18"
}
Expand Down

0 comments on commit 514955b

Please sign in to comment.