Skip to content

Commit

Permalink
ci: fix artifact uploading, bump node in deb package builder to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mikonse committed Jan 3, 2025
1 parent a182f89 commit 11489f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_on_master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
artifacts/debs/*.deb
artifacts/*.deb
# if it's not already published, keep the release as a draft.
draft: true
# mark it as a prerelease if the tag contains 'rc'.
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-dhvirtualenv
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN apt-get update -y -o Acquire::Languages=none \
dh-virtualenv

# install yarn
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
RUN apt-get install -y nodejs

RUN mkdir -p /abrechnung/.cypress_cache && chmod 777 /abrechnung/.cypress_cache
Expand Down

0 comments on commit 11489f7

Please sign in to comment.