File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
-
12
11
runs-on : ubuntu-latest
13
12
14
13
strategy :
15
14
matrix :
16
- node-version : [18 .x, 20 .x, 22 .x]
15
+ node-version : [20 .x, 22 .x, 24 .x]
17
16
18
17
steps :
19
18
- uses : actions/checkout@v4
23
22
node-version : ${{ matrix.node-version }}
24
23
cache : ' npm'
25
24
- run : npm install
26
- - run : node -- test
25
+ - run : npm test
Original file line number Diff line number Diff line change 16
16
"watch:postcss" : " npm run postcss -- --watch" ,
17
17
"build" : " npm run sass:compressed && npm run postcss && npm run minify:js && eleventy && npm run prettify:html" ,
18
18
"start" : " npm-run-all sass:compressed postcss --parallel watch:*" ,
19
- "dev" : " npm run watch"
19
+ "dev" : " npm run watch" ,
20
+ "test:highlightjs-lines" : " node ./lib/highlightjs-lines.test.js" ,
21
+ "test" : " node --test"
20
22
},
21
23
"repository" : {
22
24
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments