Skip to content

Commit c4d10b4

Browse files
justingrantptomato
authored andcommitted
Switch tests from Node 15 to Node 16
1 parent 52c7530 commit c4d10b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: use node.js v15.x
12+
- name: use node.js v16.x
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 15.x
15+
node-version: 16.x
1616
- run: npm ci --no-optional
1717
- run: npm test

test/intl.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ describe('Intl', () => {
305305
'japanese: 1/1/12 H\n' +
306306
'persian: 10/11/1378 AP\n' +
307307
'roc: 1/1/89 Minguo',
308-
node15:
308+
node16:
309309
'iso8601: 1/1/2000\n' +
310310
'buddhist: 1/1/2543 BE\n' +
311311
'chinese: 11/25/1999\n' +
@@ -369,7 +369,7 @@ describe('Intl', () => {
369369
'japanese: 1/3/-643 Taika (645–650)\n' +
370370
'persian: 10/11/-621 AP\n' +
371371
'roc: 1/3/1911 Before R.O.C.',
372-
node15:
372+
node16:
373373
'iso8601: 1/1/1\n' +
374374
'buddhist: 1/3/544 BE\n' +
375375
'chinese: 11/21/0\n' +

0 commit comments

Comments
 (0)