CI: run with Node 10-18 💚

This commit is contained in:
Jannis R 2022-10-07 14:11:41 +02:00
parent 7ccffa5e51
commit f20146137e
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
steps:
- name: checkout
uses: actions/checkout@v2
@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
steps:
- name: checkout
uses: actions/checkout@v2