mirror of https://github.com/bra1n/townsquare.git
fix deploy
This commit is contained in:
parent
55ea934304
commit
1c52b232c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue