fix deploy

This commit is contained in:
bra1n 2023-04-21 15:32:11 +02:00
parent 55ea934304
commit 1c52b232c0
1 changed files with 4 additions and 0 deletions

View File

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