Skip to content

Commit

Permalink
ci(runner): use larger runner and increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 29, 2024
1 parent 674025c commit 1533eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
env:
# Tell Node.js how much un-garbage-collected-memory it can
# allow for to prevent it running out (in Mb)
NODE_OPTIONS: --max_old_space_size=16000
NODE_OPTIONS: --max_old_space_size=24000

- name: Release package
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 1533eb8

Please sign in to comment.