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
4dda9ddebb
commit
60b3bee450
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -13,11 +13,11 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install and Build 🔧
|
||||
- uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- run: npm build
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||
|
|
Loading…
Add table
Reference in a new issue