We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848679 commit 5673eedCopy full SHA for 5673eed
.github/workflows/build.yml
@@ -9,6 +9,10 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
steps:
11
- uses: actions/checkout@v4
12
+ - name: Install pnpm
13
+ uses: pnpm/action-setup@v4
14
+ with:
15
+ version: 9
16
- uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node }}
.github/workflows/publish.yml
@@ -12,6 +12,10 @@ jobs:
19
20
21
0 commit comments