chore(misc): temporarily disable node 15 on matrix actions (#5698)
This commit is contained in:
parent
bca569bef3
commit
338439f710
4
.github/workflows/e2e-matrix.yml
vendored
4
.github/workflows/e2e-matrix.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user