We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012aa8f commit 32b21e7Copy full SHA for 32b21e7
.github/workflows/node.js.yml
@@ -12,7 +12,6 @@ on:
12
13
jobs:
14
build:
15
-
16
runs-on: ubuntu-latest
17
18
strategy:
@@ -21,12 +20,10 @@ jobs:
21
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
22
23
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
+ - uses: actions/checkout@v2
+ - name: Use Node.js ${{ matrix.node-version }}
+ uses: actions/setup-node@v2
+ with:
+ node-version: ${{ matrix.node-version }}
+ cache: "npm"
+ - run: npm run build:all
0 commit comments