File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v2
12
- - name : use node.js v15 .x
12
+ - name : use node.js v16 .x
13
13
uses : actions/setup-node@v1
14
14
with :
15
- node-version : 15 .x
15
+ node-version : 16 .x
16
16
- run : npm ci --no-optional
17
17
- run : npm test
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ describe('Intl', () => {
305
305
'japanese: 1/1/12 H\n' +
306
306
'persian: 10/11/1378 AP\n' +
307
307
'roc: 1/1/89 Minguo' ,
308
- node15 :
308
+ node16 :
309
309
'iso8601: 1/1/2000\n' +
310
310
'buddhist: 1/1/2543 BE\n' +
311
311
'chinese: 11/25/1999\n' +
@@ -369,7 +369,7 @@ describe('Intl', () => {
369
369
'japanese: 1/3/-643 Taika (645–650)\n' +
370
370
'persian: 10/11/-621 AP\n' +
371
371
'roc: 1/3/1911 Before R.O.C.' ,
372
- node15 :
372
+ node16 :
373
373
'iso8601: 1/1/1\n' +
374
374
'buddhist: 1/3/544 BE\n' +
375
375
'chinese: 11/21/0\n' +
You can’t perform that action at this time.
0 commit comments