@@ -48,14 +48,14 @@ jobs:
4848 name : Execution Tests Ubuntu
4949 strategy :
5050 matrix :
51- node : [20 , 22]
52- ts : [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, next]
51+ node : [24 , 22]
52+ ts : [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2] # next excluded for now
5353 runs-on : ubuntu-latest
5454 steps :
5555 - uses : actions/checkout@v3
5656
5757 - name : install node
58- uses : actions/setup-node@v3
58+ uses : actions/setup-node@v6
5959 with :
6060 node-version : ${{ matrix.node }}
6161
@@ -75,14 +75,14 @@ jobs:
7575 name : Execution Tests Windows
7676 strategy :
7777 matrix :
78- node : [20 , 22]
79- ts : [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2, next]
78+ node : [24 , 22]
79+ ts : [5.0.4, 5.1.3, 5.2.2, 5.3.3, 5.4.2, 5.5.3, 5.6.2, 5.7.2, 5.8.2, 5.9.2] # next excluded for now
8080 runs-on : windows-latest
8181 steps :
8282 - uses : actions/checkout@v3
8383
8484 - name : install node
85- uses : actions/setup-node@v3
85+ uses : actions/setup-node@v6
8686 with :
8787 node-version : ${{ matrix.node }}
8888
0 commit comments