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:
कारतोफ्फेलस्क्रिप्ट™ 2023-09-06 13:16:39 +02:00 committed by GitHub
parent 273d0913fe
commit 6b06890ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: