Use Node.js 22.7+ again (#231)

This commit is contained in:
Konsti Wohlwend 2024-09-07 15:11:08 -07:00 committed by GitHub
parent b565e0b173
commit 54836be7e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 22.6]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v3

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [20.x, 22.6]
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v3