Skip to content

Commit

Permalink
Maintenance update (#13)
Browse files Browse the repository at this point in the history
* Node v14 -> v18
* Update CODEOWNERS
* Dependabot PRs to 'dependencies' branch
* Update copyright year
* Update deps

* 3.0.0-alpha.1
  • Loading branch information
ammsalme authored Mar 14, 2023
1 parent aad1f20 commit c137f61
Show file tree
Hide file tree
Showing 6 changed files with 835 additions and 951 deletions.
16 changes: 2 additions & 14 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# With this line @NatLibFi/melinda-js-lead owns any files in the /.github/
# directory at the root of the repository and any of its
# subdirectories.
/.github/ @NatLibFi/melinda-js-lead


# With this line @NatLibFi/melinda-js-lead owns any files in the /src/
# directory at the root of the repository and any of its
# subdirectories.
/src/ @NatLibFi/melinda-js-lead

# With this line @NatLibFi/melinda-js-lead owns package.json file
# at the root of the repository
/package.json @NatLibFi/melinda-js-lead
# With this line @NatLibFi/melinda-js-lead owns any files in this repository
* @NatLibFi/melinda-js-lead
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ updates:
interval: "daily"
time: "06:30"
timezone: "Europe/Helsinki"
target-branch: "dependencies"

# Minor updates to npm production dependencies daily
- package-ecosystem: "npm"
Expand All @@ -19,10 +20,9 @@ updates:
time: "06:45"
timezone: "Europe/Helsinki"
versioning-strategy: lockfile-only
labels:
- "npm minor dependencies"
allow:
- dependency-type: "production"
target-branch: "dependencies"

# Major updates to npm dependencies weekly @tuesday
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/melinda-node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 19.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ const foo = getFixture('foo', 'bar.txt'); // undefined

## License and copyright

Copyright (c) 2019-2020, 2022 **University Of Helsinki (The National Library Of Finland)**
Copyright (c) 2019-2020, 2022-2023 **University Of Helsinki (The National Library Of Finland)**

This project's source code is licensed under the terms of **GNU Lesser General Public License Version 3** or any later version.
Loading

0 comments on commit c137f61

Please sign in to comment.