Merge pull request #4305 from Rotzbua/add_node_20_to_test

Add Node 20 to GH Action test matrix
This commit is contained in:
Nick O'Leary 2023-09-05 09:44:23 +01:00 committed by GitHub
commit de63e17a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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