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 88
99jobs :
1010 build :
11-
1211 runs-on : ubuntu-latest
1312
1413 strategy :
1514 matrix :
16- node-version : [18 .x, 20 .x, 22 .x]
15+ node-version : [20 .x, 22 .x, 24 .x]
1716
1817 steps :
1918 - uses : actions/checkout@v4
2322 node-version : ${{ matrix.node-version }}
2423 cache : ' npm'
2524 - run : npm install
26- - run : node -- test
25+ - run : npm test
Original file line number Diff line number Diff line change 1616 "watch:postcss" : " npm run postcss -- --watch" ,
1717 "build" : " npm run sass:compressed && npm run postcss && npm run minify:js && eleventy && npm run prettify:html" ,
1818 "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"
2022 },
2123 "repository" : {
2224 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments