Skip to content

Commit 32f3116

Browse files
authored
Update devDependencies and drop Node.js < 18 support (#41)
1 parent a1dc934 commit 32f3116

File tree

5 files changed

+2061
-7056
lines changed

5 files changed

+2061
-7056
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
os: [ubuntu-latest, windows-latest]
26-
node: [14, 16, 18, 20]
26+
node: [18, 20]
2727

2828
steps:
2929
- name: Clone repository

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
FORCE_COLOR: 2
13-
NODE: 18
13+
NODE: 20
1414

1515
permissions:
1616
contents: read

.npmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)