File tree Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Expand file tree Collapse file tree 8 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -4,32 +4,32 @@ name: docker
4
4
5
5
steps :
6
6
- name : install
7
- image : node:14
7
+ image : node:24
8
8
commands :
9
9
- npm install
10
10
11
11
- name : build
12
- image : node:14
12
+ image : node:24
13
13
commands :
14
14
- npm run build
15
15
16
16
- name : test
17
- image : node:14
17
+ image : node:24
18
18
commands :
19
19
- npm run test:all
20
20
21
21
- name : lint-all
22
- image : node:14
22
+ image : node:24
23
23
commands :
24
24
- npm run lint:all
25
25
26
26
- name : format-all
27
- image : node:14
27
+ image : node:24
28
28
commands :
29
29
- npm run format:all
30
30
-
31
31
- name : check-all
32
- image : node:14
32
+ image : node:24
33
33
commands :
34
34
- npm run check:all
35
35
-
Original file line number Diff line number Diff line change 41
41
- name : Install Node.js and npm
42
42
uses : actions/setup-node@v1
43
43
with :
44
- node-version : 14 .x
44
+ node-version : 24 .x
45
45
46
46
- name : Install dependencies
47
47
if : steps.cacheNpm.outputs.cache-hit != 'true'
72
72
- name : Install Node.js and npm
73
73
uses : actions/setup-node@v1
74
74
with :
75
- node-version : 14 .x
75
+ node-version : 24 .x
76
76
77
77
- name : Install dependencies
78
78
if : steps.cacheNpm.outputs.cache-hit != 'true'
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Install Node.js and npm
104
104
uses : actions/setup-node@v1
105
105
with :
106
- node-version : 12 .x
106
+ node-version : 24 .x
107
107
108
108
- name : Install dependencies
109
109
if : steps.cacheNpm.outputs.cache-hit != 'true'
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Install Node.js and npm
135
135
uses : actions/setup-node@v1
136
136
with :
137
- node-version : 10 .x
137
+ node-version : 24 .x
138
138
139
139
- name : Install dependencies
140
140
if : steps.cacheNpm.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 18
18
- name : Setup Node.js environment
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : " 12 "
21
+ node-version : " 24 "
22
22
23
23
- name : Lint markdown files
24
24
run : |
Original file line number Diff line number Diff line change 29
29
- name : Install Node.js and npm
30
30
uses : actions/setup-node@v1
31
31
with :
32
- node-version : 14 .x
32
+ node-version : 24 .x
33
33
registry-url : https://registry.npmjs.org
34
34
35
35
- name : Publish new version
Original file line number Diff line number Diff line change 34
34
- name : Install Node.js and npm
35
35
uses : actions/setup-node@v1
36
36
with :
37
- node-version : 14 .x
37
+ node-version : 24 .x
38
38
39
39
- name : Install dependencies
40
40
if : steps.cacheNpm.outputs.cache-hit != 'true'
88
88
- name : Install Node.js and npm
89
89
uses : actions/setup-node@v1
90
90
with :
91
- node-version : 14 .x
91
+ node-version : 24 .x
92
92
93
93
- name : Install dependencies
94
94
if : steps.cacheNpm.outputs.cache-hit != 'true'
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Install Node.js and npm
122
122
uses : actions/setup-node@v1
123
123
with :
124
- node-version : 12 .x
124
+ node-version : 24 .x
125
125
126
126
- name : Install dependencies
127
127
if : steps.cacheNpm.outputs.cache-hit != 'true'
@@ -154,7 +154,7 @@ jobs:
154
154
- name : Install Node.js and npm
155
155
uses : actions/setup-node@v1
156
156
with :
157
- node-version : 10 .x
157
+ node-version : 24 .x
158
158
159
159
- name : Install dependencies
160
160
if : steps.cacheNpm.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change 1
- v14.17 .0
1
+ 24.1 .0
Original file line number Diff line number Diff line change 1
- 14.16 .0
1
+ 24.1 .0
Original file line number Diff line number Diff line change 1
- nodejs 12.13 .0
1
+ nodejs 24.1 .0
You can’t perform that action at this time.
0 commit comments