We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e36da6 commit 1b3c7d8Copy full SHA for 1b3c7d8
1 file changed
.github/workflows/firebase-hosting-merge.yml
@@ -11,7 +11,15 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout Repo
14
- uses: actions/checkout@v2
+ 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
23
- name: Build Phonics
24
run: yarn install && yarn build:phonics
25
- name: Deploy Phonics
0 commit comments