18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [14, 'lts/*' ]
21
+ node-version : [14, 16 ]
22
22
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
23
23
steps :
24
24
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
38
- node-version : [14, 'lts/*' ]
38
+ node-version : [14, 16 ]
39
39
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
40
40
services :
41
41
regtest :
64
64
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
65
65
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
66
66
with :
67
- node-version : ' lts/* '
67
+ node-version : 16
68
68
registry-url : https://registry.npmjs.org/
69
69
cache : ' npm'
70
70
- run : npm ci
75
75
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
76
76
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
77
77
with :
78
- node-version : ' lts/* '
78
+ node-version : 16
79
79
registry-url : https://registry.npmjs.org/
80
80
cache : ' npm'
81
81
- run : npm ci
86
86
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
87
87
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
88
88
with :
89
- node-version : ' lts/* '
89
+ node-version : 16
90
90
registry-url : https://registry.npmjs.org/
91
91
cache : ' npm'
92
92
- run : npm ci
97
97
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
98
98
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
99
99
with :
100
- node-version : ' lts/* '
100
+ node-version : 16
101
101
registry-url : https://registry.npmjs.org/
102
102
cache : ' npm'
103
103
- run : npm ci
@@ -108,7 +108,7 @@ jobs:
108
108
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
109
109
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
110
110
with :
111
- node-version : ' lts/* '
111
+ node-version : 16
112
112
registry-url : https://registry.npmjs.org/
113
113
cache : ' npm'
114
114
- run : npm ci
@@ -119,7 +119,7 @@ jobs:
119
119
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
120
120
- uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
121
121
with :
122
- node-version : ' lts/* '
122
+ node-version : 16
123
123
registry-url : https://registry.npmjs.org/
124
124
cache : ' npm'
125
125
- run : npm ci
0 commit comments