mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 14:14:38 +00:00
Update deploy.yml
This commit is contained in:
parent
52971ccd6f
commit
6f89e1af29
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue