We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb2c86 commit b84bf68Copy full SHA for b84bf68
.github/workflows/pages.yaml
@@ -7,6 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
+ - uses: pnpm/action-setup@v4
11
+ with:
12
+ version: 10
13
- name: Install dependencies
14
run: pnpm i
15
- name: Build application
0 commit comments