Merge pull request #287 from bra1n/develop

fix deploy
This commit is contained in:
Steffen 2023-04-21 15:32:49 +02:00 committed by GitHub
commit 5fc46f3bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |
npm ci npm ci