Update node test matrix for real

This commit is contained in:
veeck 2022-05-02 22:35:03 +02:00
parent fe83fe338a
commit bb1d3431cc

View File

@ -15,7 +15,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [14.x, 16.x, 17.x]
node-version: [14.x, 16.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v3