diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 5a87e1e..cbb662e 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: node:20-bullseye steps: - name: Checkout code uses: actions/checkout@v3