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

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 }}