Skip to content

Commit

Permalink
fix: uui-range-slider overhaul (#436)
Browse files Browse the repository at this point in the history
* range-slider overhaul

* tests

* block

* add .nvmrc to indicate which node version to use

* increase memory on build tasks

---------

Co-authored-by: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com>
  • Loading branch information
loivsen and iOvergaard authored Mar 31, 2023
1 parent e89edd6 commit bc7a783
Show file tree
Hide file tree
Showing 8 changed files with 600 additions and 478 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- 'v*/dev'
- 'release/*'

env:
NODE_OPTIONS: --max_old_space_size=16384

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ on:
description: The head branch associated with the pull request.
required: true

env:
NODE_OPTIONS: --max_old_space_size=16384

# List of jobs
jobs:
chromatic-deployment:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
description: The head branch associated with the pull request.
required: true

env:
NODE_OPTIONS: --max_old_space_size=16384

jobs:
build:
# The type of runner that the job will run on
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
NODE_OPTIONS: --max_old_space_size=16384

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.17
Loading

0 comments on commit bc7a783

Please sign in to comment.