mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 13:51:38 -04:00
ci: update pnpm/action-setup
This commit is contained in:
2
.github/workflows/audit.yml
vendored
2
.github/workflows/audit.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout Commit
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
- name: Audit
|
||||
|
||||
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
echo "Checked out PR #$PR_NUMBER at $(git rev-parse --short HEAD)"
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Checkout Commit
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
- name: Setup Node
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
- name: Setup Node
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Checkout Commit
|
||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
- name: Setup Node
|
||||
|
||||
2
.github/workflows/update-lockfile.yml
vendored
2
.github/workflows/update-lockfile.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
token: ${{ secrets.UPDATE_LOCKFILE_TOKEN }}
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@6e7bdbda5fe05107efc88b23b7ed00aa05f84ca0
|
||||
uses: pnpm/action-setup@e578e19d19d31b011b841ba2aca34731a5f706a5
|
||||
with:
|
||||
standalone: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user