1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add Node 20 to GH Action test matrix

This commit is contained in:
Rotzbua 2023-09-04 14:31:30 +02:00
parent 2478a7194e
commit 5fcace8776
No known key found for this signature in database
GPG Key ID: C69022D529C17845

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16, 18] node-version: [16, 18, 20]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}