mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 05:16:47 -06:00
Switch GH Actions from NPM to Yarn
This commit is contained in:
2
.github/workflows/firebase-hosting-merge.yml
vendored
2
.github/workflows/firebase-hosting-merge.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@master
|
||||
- run: npm ci && npm run build
|
||||
- run: yarn run build
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
@@ -7,7 +7,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@master
|
||||
- run: npm ci && npm run build
|
||||
- run: yarn run build
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
Reference in New Issue
Block a user