React -> Vue #6

Merged
DTieman merged 5 commits from vue into developmaunt 2024-09-01 15:11:26 +00:00
Showing only changes of commit 5a9bf6913b - Show all commits

View File

@@ -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: