Skip to content

Commit 9751cdf

Browse files
committed
Add support for Node.js 23
1 parent aaaf703 commit 9751cdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/high-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['18', '20', '22']
17+
node-versions: ['18', '20', '22', '23']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/low-depends.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['18', '20', '22']
17+
node-versions: ['18', '20', '22', '23']
1818

1919
steps:
2020
- name: Checkout

.github/workflows/stable-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, windows-2019]
17-
node-versions: ['18', '20', '22']
17+
node-versions: ['18', '20', '22', '23']
1818

1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)