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: node_version:
# - 12.x # - 12.x
- 14.x - 14.x
- 15.x # - 15.x
package_manager: package_manager:
- npm - npm
- yarn - yarn
@ -47,7 +47,7 @@ jobs:
version: 5.18.9 version: 5.18.9
- name: Run e2e tests - 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: env:
GIT_AUTHOR_NAME: test@test.com GIT_AUTHOR_NAME: test@test.com
GIT_AUTHOR_EMAIL: Test GIT_AUTHOR_EMAIL: Test