Update node.js.yml

This commit is contained in:
Preston 2020-05-26 23:38:29 -04:00 committed by GitHub
parent 3ed6730d4f
commit 76e8398871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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