| @@ -16,7 +16,7 @@ jobs: | |||
| strategy: | |||
| matrix: | |||
| node-version: [10.x, 12.x] | |||
| node-version: [14.x, 16.x] | |||
| steps: | |||
| - uses: actions/checkout@v2 | |||
| @@ -15,7 +15,7 @@ jobs: | |||
| strategy: | |||
| matrix: | |||
| node-version: [10.x, 12.x] | |||
| node-version: [14.x, 16.x] | |||
| steps: | |||
| - uses: actions/checkout@v2 | |||