We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45a4af commit 5b1a6cdCopy full SHA for 5b1a6cd
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
shell: bash
23
run: echo "branch=$(echo ${GITHUB_REF##*/})" >> $GITHUB_OUTPUT
24
id: extract-branch
25
+ - name: Install pnpm
26
+ uses: pnpm/action-setup@v4
27
- name: Install Node.js
28
uses: actions/setup-node@v4
29
with:
.github/workflows/publish-to-github.yml
@@ -8,6 +8,8 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
# Setup .npmrc file to publish to GitHub Packages
11
12
13
14
15
.github/workflows/publish-to-npm.yml
@@ -7,6 +7,8 @@ jobs:
7
runs-on: ubuntu-latest
0 commit comments