Update workflow

This commit is contained in:
Matteo Gheza 2021-12-24 18:16:23 +01:00
parent 460dcd7036
commit 1a84107686
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
php-versions: ['7.4'] php-versions: ['8.0']
name: Testing ${{ matrix.php-versions }} name: Testing ${{ matrix.php-versions }}
steps: steps:
- name: Checkout - name: Checkout
@ -44,7 +44,7 @@ jobs:
- name: Build frontend - name: Build frontend
working-directory: frontend working-directory: frontend
run: | run: |
npm install npm ci
npm run build npm run build
- name: Install dependencies - name: Install dependencies