CI: run with Node v20 too 💚

This commit is contained in:
Jannis R 2023-05-15 12:59:07 +02:00
parent b8f0ab0fd6
commit 24ad6117b0
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x] node-version: [16.x, 18.x, 20.x]
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16.x, 18.x] node-version: [16.x, 18.x, 20.x]
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v3 uses: actions/checkout@v3