Skip to content

Commit 9e263ef

Browse files
authored
enable pnpm (#6)
* enable pnpm * add cache
1 parent 5254312 commit 9e263ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
11+
- uses: pnpm/action-setup@v2.2.4
12+
with:
13+
version: latest
14+
1015
- uses: actions/setup-node@v3
1116
with:
1217
node-version: 18
1318
registry-url: "https://registry.npmjs.org"
19+
cache: "pnpm"
20+
1421
- run: pnpm i
1522
- run: pnpm publish --access public
1623
env:

0 commit comments

Comments
 (0)