Skip to content

Commit ac98b6c

Browse files
committed
chore: include node v23 in tests as latest, update node lts for macos and windows (#996)
1 parent a234fcc commit ac98b6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)