diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 02b093c..808f1c6 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -11,9 +11,6 @@ jobs: container: image: node:21-bookworm steps: - - name: Install node - shell: ash -e {0} - run: apk add --update nodejs - name: Check out the repo uses: actions/checkout@v4 - name: Login to docker repo