diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 299794a..5f64e8c 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm install @@ -30,9 +30,6 @@ jobs: - name: Build run: npm run build - - name: Test - run: npm test -- --watch=false - deploy: runs-on: ubuntu-latest needs: build @@ -42,12 +39,6 @@ jobs: with: fetch-depth: 0 - - name: Create .env File - run: | - touch .env - echo "REACT_APP_API_URL=https://mau-mau.nl/api" > .env - echo "REACT_APP_WEBSOCKET_URL=wss://mau-mau.nl/api" >> .env - - name: Set up Docker BuildX uses: docker/setup-buildx-action@v2 with: