Back off node 22.5

This commit is contained in:
Nick O'Leary 2024-07-18 17:17:50 +01:00 committed by GitHub
parent b5fb15cd9b
commit 97ee6c6745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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