Merge pull request #4694 from Rotzbua/test_add_node_22

feat(ci): add new nodejs v22
sync-dev-2
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
1 changed files with 1 additions and 1 deletions

View File

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