Skip to content

Commit 32b21e7

Browse files
committed
create top-level package.json for github workflow
1 parent 012aa8f commit 32b21e7

File tree

3 files changed

+42132
-10
lines changed

3 files changed

+42132
-10
lines changed

.github/workflows/node.js.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212

1313
jobs:
1414
build:
15-
1615
runs-on: ubuntu-latest
1716

1817
strategy:
@@ -21,12 +20,10 @@ jobs:
2120
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2221

2322
steps:
24-
- uses: actions/checkout@v2
25-
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@v2
27-
working-directory: ./app
28-
with:
29-
node-version: ${{ matrix.node-version }}
30-
cache: 'npm'
31-
- run: npm run build:all
32-
working-directory: ./app
23+
- uses: actions/checkout@v2
24+
- name: Use Node.js ${{ matrix.node-version }}
25+
uses: actions/setup-node@v2
26+
with:
27+
node-version: ${{ matrix.node-version }}
28+
cache: "npm"
29+
- run: npm run build:all

0 commit comments

Comments
 (0)