Skip to content

Commit 3577c01

Browse files
fabiancookdhmlau
authored andcommitted
chore: include node v23 in tests as latest, update node lts for macos and windows (#996)
Signed-off-by: Fabian Cook <[email protected]>
1 parent 5987b18 commit 3577c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest]
22-
node-version: [18, 20, 22]
22+
node-version: [18, 20, 22, 23]
2323
include:
2424
- os: macos-latest
25-
node-version: 20 # LTS
25+
node-version: 22 # LTS
2626
- os: windows-latest
27-
node-version: 20 # LTS
27+
node-version: 22 # LTS
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)