Update node.js.yml
This commit is contained in:
parent
3ed6730d4f
commit
76e8398871
|
@ -19,15 +19,14 @@ jobs:
|
|||
node-version: [12.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- name: Install Dependencies
|
||||
- run: npm ci
|
||||
- name: Build App
|
||||
- run: npm run build --if-present
|
||||
- name: Upload a Build Artifact
|
||||
- name: Upload Ubuntu Artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: build/freetube-vue_0.8.0_amd64.deb
|
||||
|
|
Loading…
Reference in New Issue