mirror of
https://github.com/bitinflow/nuxt-oauth.git
synced 2026-03-13 13:45:59 +00:00
Change to yarn
This commit is contained in:
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@@ -12,11 +12,11 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '19.x'
|
node-version: '18.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
scope: '@bitinflow'
|
scope: '@bitinflow'
|
||||||
- run: npm install
|
- run: yarn install
|
||||||
- run: npm run build
|
- run: yarn build
|
||||||
- run: npm publish
|
- run: yarn npm publish
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||||
|
|||||||
9972
package-lock.json
generated
9972
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user