We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f6949 commit 1665debCopy full SHA for 1665deb
.github/workflows/heroku-deploy.yml
@@ -15,8 +15,20 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v2
17
18
-
19
-### ⬇ IMPORTANT PART ⬇ ###
+ - name: Set Node.js 18.x
+ uses: actions/setup-node@v3
20
+ with:
21
+ node-version: 18.x
22
+
23
+ - name: Run install
24
+ uses: borales/actions-yarn@v4
25
26
+ cmd: install
27
28
+ - name: Build production bundle
29
30
31
+ cmd: build:backend --config ../../app-config.yaml
32
33
- name: Build, Push and Release a Docker container to Heroku. # Your custom step name
34
uses: gonuit/[email protected] # GitHub action name (leave it as it is).
0 commit comments