Skip to content

Commit 76fe668

Browse files
authored
Update from template (#22)
* Update dependencies * Update GitHub workflows
1 parent db4a8ff commit 76fe668

5 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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() }}

deployment/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
collections:
33
- name: opentermsarchive.deployment
4-
version: 2.1.0
4+
version: 2.1.1

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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
}

0 commit comments

Comments
 (0)