Skip to content

Commit f6206a5

Browse files
committed
update github actions
1 parent 0f6e70a commit f6206a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: '16.x'
14+
node-version: '22.x'
1515
registry-url: 'https://registry.npmjs.org'
16-
- run: yarn install
17-
#- run: yarn test
18-
- run: yarn build
19-
- run: yarn publish --access public
16+
- run: pnpm install
17+
#- run: pnpm test
18+
- run: pnpm build
19+
- run: pnpm publish --access public
2020
env:
2121
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)