We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6601fa + e2e2542 commit 228b6d2Copy full SHA for 228b6d2
.github/workflows/release-package.yml
@@ -11,8 +11,10 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
15
- - run: yarn install --frozen-lockfile
+ node-version: 20
+ - uses: pnpm/action-setup@v4
16
+ with:
17
+ version: 9
18
19
publish-gpr:
20
needs: build
@@ -24,11 +26,13 @@ jobs:
24
26
25
27
28
29
30
registry-url: https://npm.pkg.github.com/
31
scope: '@beeinventor'
- - run: yarn build
32
33
34
35
+ - run: pnpm build
36
- run: npm publish
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments