diff --git a/.github/workflows/push_on_master.yaml b/.github/workflows/push_on_master.yaml index c4642b5d..dbfb7b2d 100644 --- a/.github/workflows/push_on_master.yaml +++ b/.github/workflows/push_on_master.yaml @@ -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'. diff --git a/docker/Dockerfile-dhvirtualenv b/docker/Dockerfile-dhvirtualenv index 7fcb0db2..67ae9e99 100644 --- a/docker/Dockerfile-dhvirtualenv +++ b/docker/Dockerfile-dhvirtualenv @@ -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