diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 9f77082..1899dd6 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -19,6 +19,7 @@ jobs: # sort_keys: false - name: Check out repository code 🛎️ uses: actions/checkout@v4 + - name: Set up node 20 uses: actions/setup-node@v4 with: node-version: 20