@@ -26,10 +26,10 @@ jobs:
26
26
- name : Make checkout
27
27
uses : actions/checkout@v4.2.2
28
28
29
- - name : Use Node.js 23.8 .0
29
+ - name : Use Node.js 23.10 .0
30
30
uses : actions/setup-node@v4.1.0
31
31
with :
32
- node-version : 23.8 .0
32
+ node-version : 23.10 .0
33
33
34
34
- name : Install dependencies
35
35
run : yarn install
@@ -45,10 +45,10 @@ jobs:
45
45
- name : Make checkout
46
46
uses : actions/checkout@v4.2.2
47
47
48
- - name : Use Node.js 23.8 .0
48
+ - name : Use Node.js 23.10 .0
49
49
uses : actions/setup-node@v4.1.0
50
50
with :
51
- node-version : 23.8 .0
51
+ node-version : 23.10 .0
52
52
53
53
- name : Install dependencies
54
54
run : yarn install
@@ -84,10 +84,10 @@ jobs:
84
84
- name : Make checkout
85
85
uses : actions/checkout@v4.2.2
86
86
87
- - name : Use Node.js 23.8 .0
87
+ - name : Use Node.js 23.10 .0
88
88
uses : actions/setup-node@v4.1.0
89
89
with :
90
- node-version : 23.8 .0
90
+ node-version : 23.10 .0
91
91
92
92
- name : Install dependencies
93
93
run : yarn install
@@ -103,10 +103,10 @@ jobs:
103
103
- name : Make checkout
104
104
uses : actions/checkout@v4.2.2
105
105
106
- - name : Use Node.js 23.8 .0
106
+ - name : Use Node.js 23.10 .0
107
107
uses : actions/setup-node@v4.1.0
108
108
with :
109
- node-version : 23.8 .0
109
+ node-version : 23.10 .0
110
110
111
111
- name : Install dependencies
112
112
run : yarn install
0 commit comments