Skip to content

Commit

Permalink
ci: extend JS heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Nov 4, 2022
1 parent 5b23dbe commit a4c9a84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Test

on: [push]
env:
NODE_OPTIONS: --max_old_space_size=4096

jobs:
tsc:
Expand Down Expand Up @@ -67,8 +69,6 @@ jobs:
retention-days: 1

test:
env:
NODE_OPTIONS: --max_old_space_size=4096
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
- main
- beta
env:
NODE_OPTIONS: --max_old_space_size=4096
jobs:
release:
name: Release
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths-ignore:
- '**.test.js'
- '**.md'
env:
NODE_OPTIONS: --max_old_space_size=4096

jobs:
build:
Expand Down

0 comments on commit a4c9a84

Please sign in to comment.