Skip to content

Commit 10feb30

Browse files
authored
Merge pull request #114 from badgateway/update-dependencies
Update dependencies
2 parents 5dce038 + a9645e7 commit 10feb30

3 files changed

Lines changed: 383 additions & 2052 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
20+
node-version: [20.x, 22.x, 23.x]
2121
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2222

2323
steps:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 22
1818
- run: npm ci
1919
- run: npm test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- uses: actions/setup-node@v2
2727
with:
28-
node-version: 12
28+
node-version: 22
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm publish

0 commit comments

Comments
 (0)