Skip to content

Commit a66b3ba

Browse files
authored
chore: fix changelog formatting (#46)
* chore: fix changelog formatting * chore: use npm for test cli install
1 parent d2f8ada commit a66b3ba

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macOS-latest] #, windows-latest] # TODO add an e2etest.bat file
15-
node-version: [14.15.0, '*']
15+
node-version: [14.15.0, "*"]
1616
exclude:
1717
- os: macOS-latest
1818
node-version: 14.15.0
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-node@v2
2727
with:
2828
node-version: ${{ matrix.node-version }}
29-
check-latest: '*'
30-
- run: yarn global add netlify-cli
29+
check-latest: "*"
30+
- run: npm install -g netlify-cli
3131
- run: yarn
3232
- run: yarn test

0 commit comments

Comments
 (0)