File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ updates:
1414 - dependency-name : " @opentermsarchive/engine"
1515 # Open Terms Archive recommends to always add the collection maintainer team as a reviewer so they are notified of the update
1616 reviewers :
17- - " OpenTermsArchive/dsa-reports-declarations "
17+ - " OpenTermsArchive/dsa-reports"
1818 # Avoid having too many open pull requests
1919 open-pull-requests-limit : 1
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-22.04
1313 steps :
1414 - uses : actions/checkout@v4
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : 20
18- - run : npm install
18+ - run : npm ci
1919 - run : npm run test:metadata
2020
2121 validate_schema :
@@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-22.04
2525 steps :
2626 - uses : actions/checkout@v4
27- - uses : actions/setup-node@v3
27+ - uses : actions/setup-node@v4
2828 with :
2929 node-version : 20
30- - run : npm install
30+ - run : npm ci
3131 - run : npm run test:schema
3232
3333 lint :
@@ -36,10 +36,10 @@ jobs:
3636 runs-on : ubuntu-22.04
3737 steps :
3838 - uses : actions/checkout@v4
39- - uses : actions/setup-node@v3
39+ - uses : actions/setup-node@v4
4040 with :
4141 node-version : 20
42- - run : npm install
42+ - run : npm ci
4343 - run : npm run lint
4444
4545 validate_modified_declarations :
@@ -50,10 +50,10 @@ jobs:
5050 - uses : actions/checkout@v4
5151 with :
5252 fetch-depth : 0 # fetch all history for all branches and tags
53- - uses : actions/setup-node@v3
53+ - uses : actions/setup-node@v4
5454 with :
5555 node-version : 20
56- - run : npm install
56+ - run : npm ci
5757 - run : npm run test:modified
5858 - name : Generate artifacts
5959 if : ${{ failure() }}
Original file line number Diff line number Diff line change 11---
22collections :
33- name : opentermsarchive.deployment
4- version : 2.1.0
4+ version : 2.1.1
Original file line number Diff line number Diff line change 1616 "dataset:schedule" : " npm run dataset -- --publish --remove-local-copy --schedule"
1717 },
1818 "dependencies" : {
19- "@opentermsarchive/engine" : " ^9 .1.1 " ,
19+ "@opentermsarchive/engine" : " ^10 .1.2 " ,
2020 "@opentermsarchive/terms-types" : " ./terms-types"
2121 }
2222}
You can’t perform that action at this time.
0 commit comments