Add node worklow
This commit is contained in:
parent
b18a0efe2c
commit
3aeed022b5
11
.github/workflows → .github/workflows/nodejs.yml
vendored
11
.github/workflows → .github/workflows/nodejs.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Node.js CI
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
|
||||
@ -12,9 +12,10 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run lint
|
||||
- run: npm test
|
||||
- name: npm install, build, and test
|
||||
run: |
|
||||
npm ci
|
||||
npm run lint
|
||||
npm test
|
||||
env:
|
||||
CI: true
|
14767
package-lock.json
generated
Normal file
14767
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user