Skip to content

Commit f541748

Browse files
committed
Drop node@10 from test matrix, add node@16
1 parent 8860d61 commit f541748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [10.x, 12.x, 14.x]
11+
node-version: [12.x, 14.x, 16.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -23,4 +23,4 @@ jobs:
2323

2424
- name: Run tests
2525
run: node ./test/validateModuleExportsMatchCommonJS/index.js
26-
if: matrix.node-version == '14.x'
26+
if: matrix.node-version == '16.x'

0 commit comments

Comments
 (0)