mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-20 09:03:32 +08:00
Compare commits
1 Commits
main
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0df9d8b2b |
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
|||||||
# Package manager setup
|
# Package manager setup
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
if: matrix.pm == 'pnpm' && matrix.node != '18.x'
|
if: matrix.pm == 'pnpm' && matrix.node != '18.x'
|
||||||
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1
|
||||||
with:
|
with:
|
||||||
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
||||||
version: 10
|
version: 10
|
||||||
|
|||||||
2
.github/workflows/reusable-test.yml
vendored
2
.github/workflows/reusable-test.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
if: inputs.package-manager == 'pnpm' && inputs.node-version != '18.x'
|
if: inputs.package-manager == 'pnpm' && inputs.node-version != '18.x'
|
||||||
uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
|
uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1
|
||||||
with:
|
with:
|
||||||
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
# Keep an explicit pnpm major because this repo's packageManager is Yarn.
|
||||||
version: 10
|
version: 10
|
||||||
|
|||||||
Reference in New Issue
Block a user