1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-06 09:37:36 +03:00

ci: Pin node.js 22 to 22.4 (no-changelog) (#10116)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2024-07-19 15:36:48 +02:00 committed by GitHub
parent 12d692349d
commit 5d546858d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ jobs:
needs: install-and-build
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.4]
with:
ref: ${{ inputs.branch }}
nodeVersion: ${{ matrix.node-version }}