Skip to content

Commit 54f2f9d

Browse files
committed
just use npm, no meteor
1 parent 5ff8656 commit 54f2f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2929
restore-keys: |
3030
${{ runner.os }}-node-
31-
- run: meteor npm ci
32-
- run: meteor npm run lint
31+
- run: npm ci
32+
- run: npm run lint
3333
- run: cd testApp && meteor npm ci
3434
- run: cd testApp && meteor npm run test

0 commit comments

Comments
 (0)