Skip to content

Commit

Permalink
chore(docker): use correct node version
Browse files Browse the repository at this point in the history
  • Loading branch information
esoadamo committed Nov 13, 2024
1 parent 8337794 commit e3fe2e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 36 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
submodules: recursive
path: web

- uses: actions/setup-node@v4
with:
node-version: "14.18.3"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down
36 changes: 0 additions & 36 deletions .github/workflows/deploy-ahlava.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/deploy-kleobis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
with:
fetch-depth: 100
path: 'src'
- uses: actions/setup-node@v4
with:
node-version: "14.18.3"
- name: prepare dist tar
shell: bash
run: |
Expand Down

0 comments on commit e3fe2e3

Please sign in to comment.