Skip to content

Commit c04d7d7

Browse files
committed
update: highlightjs-lines.yml — switch to npm test
1 parent faee215 commit c04d7d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/highlightjs-lines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
1211
runs-on: ubuntu-latest
1312

1413
strategy:
@@ -23,4 +22,4 @@ jobs:
2322
node-version: ${{ matrix.node-version }}
2423
cache: 'npm'
2524
- run: npm install
26-
- run: node --test
25+
- run: npm test

0 commit comments

Comments
 (0)