Skip to content

Commit 628360f

Browse files
committed
chore!: add support for Node 22
BREAKING CHANGE: drop support for Node 14.
1 parent 6d71030 commit 628360f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
# If you change these, don't forget to update carryforward in the finish
1414
# step as well.
15-
node-version: [14, 16, 18, 20]
15+
node-version: [16, 18, 20, 22]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -43,4 +43,4 @@ jobs:
4343
with:
4444
github-token: ${{ secrets.GITHUB_TOKEN }}
4545
parallel-finished: true
46-
carryforward: "14,16,18,20"
46+
carryforward: "16,18,20,22"

.nvmrc

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

0 commit comments

Comments
 (0)