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