Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 9ec7540

Browse files
authored
Fixed build
1 parent 6caa41a commit 9ec7540

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.browserslistrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ last 2 Safari major versions
1515
last 2 iOS major versions
1616
Firefox ESR
1717
not IE 11 # Angular supports IE 11 only as an opt-in. To opt-in, remove the 'not' prefix on this line.
18+
19+
not ios_saf 15.2-15.3 # temporary solution to avoid build issues https://github.com/nrwl/nx/issues/8768
20+
not safari 15.2-15.3 # temporary solution to avoid build issues https://github.com/nrwl/nx/issues/8768

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88

99
env:
10-
NODE_VERSION: 14
10+
NODE_VERSION: 16
1111

1212
jobs:
1313
lint:

0 commit comments

Comments
 (0)