Skip to content

Commit bc7a783

Browse files
loivseniOvergaard
andauthored
fix: uui-range-slider overhaul (#436)
* range-slider overhaul * tests * block * add .nvmrc to indicate which node version to use * increase memory on build tasks --------- Co-authored-by: Jacob Overgaard <[email protected]>
1 parent e89edd6 commit bc7a783

File tree

8 files changed

+600
-478
lines changed

8 files changed

+600
-478
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
- 'v*/dev'
1717
- 'release/*'
1818

19+
env:
20+
NODE_OPTIONS: --max_old_space_size=16384
21+
1922
jobs:
2023
build_and_deploy_job:
2124
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')

.github/workflows/chromatic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ on:
3333
description: The head branch associated with the pull request.
3434
required: true
3535

36+
env:
37+
NODE_OPTIONS: --max_old_space_size=16384
38+
3639
# List of jobs
3740
jobs:
3841
chromatic-deployment:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
description: The head branch associated with the pull request.
1717
required: true
1818

19+
env:
20+
NODE_OPTIONS: --max_old_space_size=16384
21+
1922
jobs:
2023
build:
2124
# The type of runner that the job will run on

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
# Allows you to run this workflow manually from the Actions tab
1313
workflow_dispatch:
1414

15+
env:
16+
NODE_OPTIONS: --max_old_space_size=16384
17+
1518
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1619
jobs:
1720
# This workflow contains a single job called "build"

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.17

0 commit comments

Comments
 (0)