mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-06 21:16:42 -06:00
Add node-version, change to v3 on setup-node, add explicit 'yarn install'
This commit is contained in:
5
.github/workflows/firebase-hosting-merge.yml
vendored
5
.github/workflows/firebase-hosting-merge.yml
vendored
@@ -8,7 +8,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
|
- run: yarn install
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user