This commit is contained in:
parent
0b6350b8b7
commit
28cb1d61f9
1 changed files with 6 additions and 3 deletions
|
@ -13,13 +13,16 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js
|
||||
- name: Use Node.js 16
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install dependencies and build
|
||||
run: npm run build && npm run build
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Build app
|
||||
run: npm run build
|
||||
|
||||
- name: Add Deploy Key to SSH
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue