Disable NodeJS 22 test for now (#4232)

This commit is contained in:
Peter Hedenskog 2024-07-19 10:44:30 +02:00 committed by GitHub
parent 1a370eb911
commit dbb10bcd66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}