Skip to content

update command syntax #332

update command syntax

update command syntax #332

Workflow file for this run

name: Build Assets
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: 10
- run: npm install
- run: npm run-script build