Skip to content

Commit b3a1b5e

Browse files
committed
pnpm
1 parent 88aa7a5 commit b3a1b5e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11-
# Setup .npmrc file to publish to npm
11+
- uses: pnpm/action-setup@v2
12+
with:
13+
version: 8
1214
- uses: actions/setup-node@v3
1315
with:
1416
node-version: 18
15-
cache: "pnpm"
16-
- run: corepack enable
17+
cache: pnpm
1718

1819
- run: pnpm install --frozen-lockfile
1920
- run: pnpm build

0 commit comments

Comments
 (0)