Skip to content

Commit 81501b6

Browse files
authored
Maintenance update (#33)
* Update deps * Dependabot PRs to 'dependencies'-branch * Update eslint & fix eslint-disables * Drop node-tests 14.x, add node-tests 19.x * Use node 18.x to publish * 7.2.3-alpha.4
1 parent 9495dcb commit 81501b6

File tree

8 files changed

+1850
-5910
lines changed

8 files changed

+1850
-5910
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ updates:
1010
interval: "daily"
1111
time: "06:30"
1212
timezone: "Europe/Helsinki"
13+
target: "dependencies"
1314

1415

1516
# Minor updates to npm production dependencies daily
@@ -20,10 +21,9 @@ updates:
2021
time: "06:45"
2122
timezone: "Europe/Helsinki"
2223
versioning-strategy: lockfile-only
23-
labels:
24-
- "npm minor dependencies"
2524
allow:
2625
- dependency-type: "production"
26+
target: "dependencies"
2727

2828
# Major updates to npm dependencies weekly @tuesday
2929
# Not possible yet https://github.com/dependabot/dependabot-core/issues/1778

.github/workflows/melinda-node-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

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

1717
steps:
@@ -62,7 +62,7 @@ jobs:
6262
# Setup .npmrc file to publish to npm
6363
- uses: actions/setup-node@v3
6464
with:
65-
node-version: '14.x'
65+
node-version: '18.x'
6666
registry-url: 'https://registry.npmjs.org'
6767
- run: npm ci
6868
- run: npm publish

0 commit comments

Comments
 (0)