mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +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
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [20.x, 22.x, 24.x]
|
||||
node-version: [20.x, 22.x, 24.3.x]
|
||||
with:
|
||||
ref: ${{ inputs.branch }}
|
||||
nodeVersion: ${{ matrix.node-version }}
|
||||
|
||||
Reference in New Issue
Block a user