Skip to content

Commit 280be8b

Browse files
authored
Update devDependencies and drop Node.js < 16 support (#291)
1 parent 06d9414 commit 280be8b

File tree

4 files changed

+478
-659
lines changed

4 files changed

+478
-659
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node-version: [14, 16, 18, 20, 22]
17+
node-version: [16, 18, 20, 22]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Use Node.js
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 22
2323
cache: npm
2424
- run: npm ci
2525
- id: publish

0 commit comments

Comments
 (0)