diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index d830948..d44cd4c 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -16,8 +16,9 @@ jobs: - workingdir: ./backend - workingdir: ./frontend steps: - - uses: https://github.com/actions/checkout@v4 - - name: Use Node.js + - name: Checkout + uses: https://github.com/actions/checkout@v4 + - name: Use Node.js 18.19 uses: https://github.com/actions/setup-node@v3 with: node-version: '18.19'