Merge pull request #4694 from Rotzbua/test_add_node_22

feat(ci): add new nodejs v22
This commit is contained in:
Nick O'Leary 2024-05-14 13:52:34 +01:00 committed by GitHub
commit 70167d7d1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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