Change to yarn

This commit is contained in:
René Preuß
2023-09-12 11:17:10 +02:00
parent 3ed1fd729a
commit b80604529c
3 changed files with 5602 additions and 9976 deletions

View File

@@ -12,11 +12,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '19.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@bitinflow'
- run: npm install
- run: npm run build
- run: npm publish
- run: yarn install
- run: yarn build
- run: yarn npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

9972
package-lock.json generated

File diff suppressed because it is too large Load Diff

5598
yarn.lock Normal file

File diff suppressed because it is too large Load Diff