Skip to content

Commit 1b3c7d8

Browse files
committed
Update workflow
1 parent 5e36da6 commit 1b3c7d8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/firebase-hosting-merge.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repo
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
15+
- name: Set up Node
16+
uses: actions/setup-node@v4
17+
with:
18+
node-version: 18
19+
- name: Enable Corepack and use Yarn 3.x
20+
run: |
21+
corepack enable
22+
corepack prepare yarn@3.3.1 --activate
1523
- name: Build Phonics
1624
run: yarn install && yarn build:phonics
1725
- name: Deploy Phonics

0 commit comments

Comments
 (0)