We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d037ff commit 0a013dbCopy full SHA for 0a013db
.github/workflows/deploy-prod.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@v2
21
22
+ - run: apt install autoconf
23
+
24
- name: Log in to the Container registry
25
uses: docker/login-action@v1
26
with:
.github/workflows/deploy-stage.yml
@@ -26,6 +26,8 @@ jobs:
27
28
29
30
31
32
33
.github/workflows/test.yml
@@ -14,6 +14,8 @@ jobs:
14
15
16
17
18
- uses: actions/setup-node@v4
node-version: 18
0 commit comments