1818 strategy :
1919 fail-fast : false
2020 matrix :
21- node-version : [14, 'lts/*' ]
21+ node-version : [14, 16 ]
2222 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323 steps :
2424 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
3535 strategy :
3636 fail-fast : false
3737 matrix :
38- node-version : [14, 'lts/*' ]
38+ node-version : [14, 16 ]
3939 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
4040 services :
4141 regtest :
6464 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
6565 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
6666 with :
67- node-version : ' lts/* '
67+ node-version : 16
6868 registry-url : https://registry.npmjs.org/
6969 cache : ' npm'
7070 - run : npm ci
7575 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
7676 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
7777 with :
78- node-version : ' lts/* '
78+ node-version : 16
7979 registry-url : https://registry.npmjs.org/
8080 cache : ' npm'
8181 - run : npm ci
8686 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
8787 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
8888 with :
89- node-version : ' lts/* '
89+ node-version : 16
9090 registry-url : https://registry.npmjs.org/
9191 cache : ' npm'
9292 - run : npm ci
9797 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
9898 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
9999 with :
100- node-version : ' lts/* '
100+ node-version : 16
101101 registry-url : https://registry.npmjs.org/
102102 cache : ' npm'
103103 - run : npm ci
@@ -108,7 +108,7 @@ jobs:
108108 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
109109 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
110110 with :
111- node-version : ' lts/* '
111+ node-version : 16
112112 registry-url : https://registry.npmjs.org/
113113 cache : ' npm'
114114 - run : npm ci
@@ -119,7 +119,7 @@ jobs:
119119 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2
120120 - uses : actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3
121121 with :
122- node-version : ' lts/* '
122+ node-version : 16
123123 registry-url : https://registry.npmjs.org/
124124 cache : ' npm'
125125 - run : npm ci
0 commit comments