File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@v4
13
13
- uses : actions/setup-node@v4
14
14
with :
15
- node-version : ^22.5.1
15
+ node-version : 23
16
16
cache : npm
17
17
- uses : actions/setup-python@v5
18
18
with :
27
27
- uses : actions/checkout@v4
28
28
- uses : actions/setup-node@v4
29
29
with :
30
- node-version : ^22.5.1
30
+ node-version : 23
31
31
cache : npm
32
32
- run : npm ci
33
33
- run : npx run-s bundle test-unit-karma
38
38
- uses : actions/checkout@v4
39
39
- uses : actions/setup-node@v4
40
40
with :
41
- node-version : ^22.5.1
41
+ node-version : 23
42
42
cache : npm
43
43
- uses : oven-sh/setup-bun@v2
44
44
with :
54
54
- 20.9
55
55
- 21
56
56
- ^22.5.1
57
+ - 23
57
58
runs-on : ubuntu-latest
58
59
steps :
59
60
- uses : actions/checkout@v4
76
77
- 20.9
77
78
- 21
78
79
- ^22.5.1
80
+ - 23
79
81
runs-on : ${{ matrix.os }}
80
82
steps :
81
83
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments