mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Fix master build on Nodejs 20 (no-changelog) (#7119)
[`shelljs` is broken on Nodejs 20.6](https://github.com/shelljs/shelljs/issues/1133). Until that is resolved, we should fix the version to 20.5
This commit is contained in:
committed by
GitHub
parent
273d0913fe
commit
6b06890ffe
6
.github/workflows/ci-master.yml
vendored
6
.github/workflows/ci-master.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
node-version: [18.x, 20.5]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
needs: install-and-build
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
node-version: [18.x, 20.5]
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
with:
|
||||
@@ -82,7 +82,7 @@ jobs:
|
||||
needs: install-and-build
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [18.x, 20.x]
|
||||
node-version: [18.x, 20.5]
|
||||
steps:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user