Update node versions in test matrix

This commit is contained in:
Quantum 2023-07-21 22:54:47 -04:00
parent e54f776a34
commit a9a8dd088b

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 10.x, 12.x, 14.x ]
node-version: [ 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}