Skip to content

Commit

Permalink
Drop node@10 from test matrix, add node@16
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Feb 10, 2022
1 parent 8860d61 commit f541748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [12.x, 14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,4 +23,4 @@ jobs:

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

0 comments on commit f541748

Please sign in to comment.