Skip to content

Commit 8e23b88

Browse files
committed
remove newsletter, switch to npm
1 parent da234dc commit 8e23b88

File tree

5 files changed

+4501
-3027
lines changed

5 files changed

+4501
-3027
lines changed

.github/workflows/nodejs.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [12.x]
12+
node-version: [lts/*]
1313

1414
steps:
1515
- uses: actions/checkout@v1
@@ -19,8 +19,8 @@ jobs:
1919
node-version: ${{ matrix.node-version }}
2020
- name: yarn install, format, and build
2121
run: |
22-
yarn
23-
yarn format
24-
yarn build
22+
npm i
23+
npm run format
24+
npm run build
2525
env:
2626
CI: true

0 commit comments

Comments
 (0)