Skip to content

Commit

Permalink
feat: set up git action
Browse files Browse the repository at this point in the history
  • Loading branch information
g-chao committed Jan 30, 2024
1 parent 6021f80 commit 4303946
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-pnpm-sync-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.11.0
- uses: pnpm/action-setup@v2
with:
version: 8
with:
version: 8.15.1
- run: pnpm --filter pnpm-sync run build
- run: pnpm --filter pnpm-sync run test

Expand All @@ -27,11 +27,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20.11.0
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2
with:
version: 8
with:
version: 8.15.1
- run: pnpm --filter pnpm-sync publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 4303946

Please sign in to comment.