Skip to content

Commit 16fa237

Browse files
committed
add Node 23 to CI
1 parent 9f3f20d commit 16fa237

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: .github/workflows/ci.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: ^22.5.1
15+
node-version: 23
1616
cache: npm
1717
- uses: actions/setup-python@v5
1818
with:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: ^22.5.1
30+
node-version: 23
3131
cache: npm
3232
- run: npm ci
3333
- run: npx run-s bundle test-unit-karma
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: ^22.5.1
41+
node-version: 23
4242
cache: npm
4343
- uses: oven-sh/setup-bun@v2
4444
with:
@@ -54,6 +54,7 @@ jobs:
5454
- 20.9
5555
- 21
5656
- ^22.5.1
57+
- 23
5758
runs-on: ubuntu-latest
5859
steps:
5960
- uses: actions/checkout@v4
@@ -76,6 +77,7 @@ jobs:
7677
- 20.9
7778
- 21
7879
- ^22.5.1
80+
- 23
7981
runs-on: ${{ matrix.os }}
8082
steps:
8183
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)