This commit is contained in:
2023-11-15 19:29:52 +01:00
parent 8f5d84a55e
commit a6fa28d175
3 changed files with 7510 additions and 9710 deletions

View File

@@ -18,11 +18,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: yarn install --no-frozen-lockfile
- name: Build lib
run: pnpm run build
run: yarn run build
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_PUBLISH_TOKEN }}