mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Pinning to stable version of node 24 (#17764)
This commit is contained in:
2
.github/workflows/ci-master.yml
vendored
2
.github/workflows/ci-master.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
uses: ./.github/workflows/units-tests-reusable.yml
|
uses: ./.github/workflows/units-tests-reusable.yml
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [20.x, 22.x, 24.x]
|
node-version: [20.x, 22.x, 24.3.x]
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.branch }}
|
ref: ${{ inputs.branch }}
|
||||||
nodeVersion: ${{ matrix.node-version }}
|
nodeVersion: ${{ matrix.node-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user