Skip to content

Commit

Permalink
ci(node js): upgrade version and increase limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Apr 28, 2024
1 parent eac1e4f commit c0a71f7
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 @@ -3,7 +3,7 @@ on:
branches: ['master']

env:
NODE_VERSION: '18.x'
NODE_VERSION: '20.x'

jobs:
linux:
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=10000
NODE_OPTIONS: --max_old_space_size=12000

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

0 comments on commit c0a71f7

Please sign in to comment.