File tree Expand file tree Collapse file tree 4 files changed +3
-34
lines changed
Expand file tree Collapse file tree 4 files changed +3
-34
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 os : [ubuntu-latest, macOS-latest, windows-latest]
11- node-version : [12 .x, 14.x, 16 .x]
11+ node-version : [16 .x, 18 .x]
1212 steps :
1313 - uses : actions/checkout@v3
1414 - name : Use Node.js ${{ matrix.node-version }}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2727 " dist" ,
2828 " src"
2929 ],
30- "main" : " ./dist/validate.js" ,
31- "exports" : {
32- "require" : " ./dist/validate.js" ,
33- "import" : " ./src/validate.js"
34- },
30+ "main" : " ./src/validate.js" ,
3531 "scripts" : {
3632 "lint" : " eslint ." ,
3733 "lint:fix" : " eslint --fix ." ,
38- "test" : " tap --no-check-coverage" ,
39- "prepare" : " npm run -s build" ,
40- "build" : " rollup -c"
34+ "test" : " tap --no-coverage"
4135 },
4236 "dependencies" : {
4337 "ajv" : " 8.11.0" ,
4438 "ajv-formats" : " 2.1.1"
4539 },
4640 "devDependencies" : {
4741 "@semantic-release/changelog" : " 6.0.1" ,
48- "@semantic-release/commit-analyzer" : " 9.0.2" ,
4942 "@semantic-release/git" : " 10.0.1" ,
50- "@semantic-release/github" : " 8.0.4" ,
51- "@semantic-release/npm" : " 9.0.1" ,
52- "@semantic-release/release-notes-generator" : " 10.0.3" ,
5343 "eslint" : " 8.14.0" ,
5444 "eslint-config-airbnb-base" : " 15.0.0" ,
5545 "eslint-config-prettier" : " 8.5.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments