diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2440cc6..4442550 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -5,7 +5,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - container: node-22 + container: node:22 steps: - uses: actions/checkout@v3 - run: npm install