mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 12:31:52 -04:00
ci: fix windows
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@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
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@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
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@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
with:
|
||||
standalone: true
|
||||
- name: Setup Node
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
g++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto $(pkg-config --cflags --libs libplist-2.0) -lxml2
|
||||
sudo mv ldid /usr/local/bin
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
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@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
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@994d756a33d64d79175a2d721a1a1b6976958b2d
|
||||
uses: pnpm/action-setup@6b87c4621a21f802115d27ffcbfb44e28abd1387
|
||||
with:
|
||||
standalone: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user