Skip to content

Commit 996663a

Browse files
authored
Merge pull request #13665 from IgniteUI/dpetev/publish-action-cleanup-16.1
ci(publish): NODE_OPTIONS emit to GITHUB_ENV is deprecated & not needed
2 parents 1aa28b7 + 81c5c97 commit 996663a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
- run: echo ${VERSION}
1919

2020
- run: echo "NG_CLI_ANALYTICS=false" >> $GITHUB_ENV
21-
- run: echo "NODE_OPTIONS='--max_old_space_size=4096'" >> $GITHUB_ENV
2221
- run: npm ci
2322

2423
- name: Build igniteui-angular

0 commit comments

Comments
 (0)