Skip to content

Commit a1295db

Browse files
chore!: drop support for Node 20
BREAKING CHANGE: drop support for Node 20 and require Node 22 LTS or more recent
1 parent a04504f commit a1295db

File tree

4 files changed

+1075
-156
lines changed

4 files changed

+1075
-156
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [20]
10+
node-version: [22]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
node-version: [20]
26+
node-version: [22]
2727
steps:
2828
- uses: actions/checkout@v2
2929
- uses: actions/setup-node@v2

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

0 commit comments

Comments
 (0)