Skip to content

Commit b84bf68

Browse files
committed
setup pnpm
1 parent afb2c86 commit b84bf68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pages.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10+
- uses: pnpm/action-setup@v4
11+
with:
12+
version: 10
1013
- name: Install dependencies
1114
run: pnpm i
1215
- name: Build application

0 commit comments

Comments
 (0)