This commit is contained in:
2023-11-15 19:35:33 +01:00
parent a6fa28d175
commit 273e38d668
3 changed files with 9712 additions and 7510 deletions

View File

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

9707
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

7508
yarn.lock

File diff suppressed because it is too large Load Diff