ci: Disable CI jobs on nodejs 14.x (no-changelog) (#5132)

ci: Disable CI jobs on nodejs 14.x

This is temporary until I figure out why CI jobs keep randomly failing on nodejs 14.x
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™ 2023-01-12 09:46:28 +01:00 committed by GitHub
parent 0dbba6d57f
commit b3adcbd813
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3

View file

@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3

View file

@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
steps:
- name: Call Start URL - optionally