Skip to content

Commit

Permalink
Merge pull request #74 from BeeInventor/develop
Browse files Browse the repository at this point in the history
chore: upgrade build package node version
  • Loading branch information
steven11329 authored Oct 29, 2024
2 parents c6601fa + e2e2542 commit 228b6d2
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --frozen-lockfile
node-version: 20
- uses: pnpm/action-setup@v4
with:
version: 9

publish-gpr:
needs: build
Expand All @@ -24,11 +26,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://npm.pkg.github.com/
scope: '@beeinventor'
- run: yarn install --frozen-lockfile
- run: yarn build
- uses: pnpm/action-setup@v4
with:
version: 9
- run: pnpm build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 228b6d2

Please sign in to comment.