mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Use node.js 22 by default. Add initial support for node.js 24 (#16018)
This commit is contained in:
committed by
GitHub
parent
3bdbdfe6ce
commit
52a9d4b3d9
2
.github/actions/setup-and-build/action.yml
vendored
2
.github/actions/setup-and-build/action.yml
vendored
@@ -5,7 +5,7 @@ inputs:
|
||||
node-version:
|
||||
description: 'Node.js version to use.'
|
||||
required: false
|
||||
default: '20.x'
|
||||
default: '22.x'
|
||||
enable-caching:
|
||||
description: 'Flag to enable/disable all caching.'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user