Skip to content

Commit df438ce

Browse files
committed
Post npm switch fixes.
1 parent 4791ce8 commit df438ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v1
1313
with:
1414
node-version: ${{ matrix.node-version }}
15-
- run: yarn
16-
- run: yarn lint
17-
- run: yarn test
18-
- run: yarn build
15+
- run: npm i
16+
- run: npm run lint
17+
- run: npm run test
18+
- run: npm run build

0 commit comments

Comments
 (0)