Skip to content

Commit

Permalink
manypkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AsPulse committed Dec 12, 2023
1 parent 54f69f4 commit 6f6ac7c
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-turbo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Launch Turbo Remote Cache Server
uses: dtinth/setup-github-actions-caching-for-turbo@v1.1.0
with:
cache-prefix: turbogha_${{ runner.os }}_${{ inputs.turbo-cache-key }}_node${{ inputs.node-version }}_s
cache-prefix: turbogha-${{ runner.os }}-${{ inputs.turbo-cache-key }}-node${{ inputs.node-version }}_
- name: Setup node
uses: ./.github/actions/setup-node
with:
Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-config-turbo": "^1.10.12",
"eslint-plugin-only-warn": "^1.1.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"prettier": "^3.1.0",
"typescript": "^5.3.3",
"turbo": "latest"
"turbo": "latest",
"typescript": "^5.3.3"
},
"packageManager": "pnpm@8.9.0",
"engines": {
Expand Down
100 changes: 47 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 6f6ac7c

Please sign in to comment.