chore(misc): temporarily disable node 15 on matrix actions (#5698)

This commit is contained in:
Miroslav Jonaš 2021-05-18 12:35:07 +02:00 committed by GitHub
parent bca569bef3
commit 338439f710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
node_version:
# - 12.x
- 14.x
- 15.x
# - 15.x
package_manager:
- npm
- yarn
@ -47,7 +47,7 @@ jobs:
version: 5.18.9
- name: Run e2e tests
run: yarn nx run-many --target=e2e --projects=${{ matrix.packages }} --ignore-engines
run: yarn nx run-many --target=e2e --projects=${{ matrix.packages }}
env:
GIT_AUTHOR_NAME: test@test.com
GIT_AUTHOR_EMAIL: Test