Skip to content

Commit e3fe2e3

Browse files
committed
chore(docker): use correct node version
1 parent 8337794 commit e3fe2e3

File tree

3 files changed

+7
-36
lines changed

3 files changed

+7
-36
lines changed

.github/workflows/build-docker.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
submodules: recursive
1717
path: web
1818

19+
- uses: actions/setup-node@v4
20+
with:
21+
node-version: "14.18.3"
22+
1923
- name: Set up Docker Buildx
2024
uses: docker/setup-buildx-action@v3
2125

.github/workflows/deploy-ahlava.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/deploy-kleobis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
fetch-depth: 100
1616
path: 'src'
17+
- uses: actions/setup-node@v4
18+
with:
19+
node-version: "14.18.3"
1720
- name: prepare dist tar
1821
shell: bash
1922
run: |

0 commit comments

Comments
 (0)