Skip to content

Commit 10e5d67

Browse files
committed
ci: update pnpm setup and cache
1 parent e87c0e1 commit 10e5d67

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12+
- uses: pnpm/action-setup@v4
13+
with:
14+
version: 10
1215
- uses: actions/setup-node@v4
1316
with:
1417
node-version: 20
15-
- run: npm install -g pnpm
16-
- run: pnpm install
18+
cache: pnpm
19+
- run: pnpm install --frozen-lockfile
1720
- name: Publish to Open VSX Registry
1821
uses: HaaLeo/publish-vscode-extension@v1
1922
with:

0 commit comments

Comments
 (0)