Update deploy.yml

This commit is contained in:
Dave 2023-05-23 18:06:39 +01:00 committed by GitHub
parent 52971ccd6f
commit 6f89e1af29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,10 @@ jobs:
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
- uses: actions/setup-node@v3
with:
node-version: 16
- run: |
npm ci
npm run build