We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73818db commit 30a353bCopy full SHA for 30a353b
.github/workflows/build.yml
@@ -23,8 +23,6 @@ jobs:
23
id: extract-branch
24
- name: Install pnpm
25
uses: pnpm/action-setup@v4
26
- with:
27
- version: 9
28
- name: Install Node.js
29
uses: actions/setup-node@v4
30
with:
.github/workflows/publish-to-github.yml
@@ -11,8 +11,6 @@ jobs:
11
# Setup .npmrc file to publish to GitHub Packages
12
13
14
15
16
17
18
.github/workflows/publish-to-npm.yml
@@ -10,8 +10,6 @@ jobs:
10
uses: actions/checkout@v4
0 commit comments