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 0f6e70a commit f6206a5Copy full SHA for f6206a5
.github/workflows/publish.yml
@@ -11,11 +11,11 @@ jobs:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-node@v2
13
with:
14
- node-version: '16.x'
+ node-version: '22.x'
15
registry-url: 'https://registry.npmjs.org'
16
- - run: yarn install
17
- #- run: yarn test
18
- - run: yarn build
19
- - run: yarn publish --access public
+ - run: pnpm install
+ #- run: pnpm test
+ - run: pnpm build
+ - run: pnpm publish --access public
20
env:
21
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments