Skip to content

Commit

Permalink
Merge pull request #572 from lyytioy/dependabot/npm_and_yarn/typescri…
Browse files Browse the repository at this point in the history
…pt-5.2.2

build(deps-dev): bump typescript from 4.9.5 to 5.2.2
  • Loading branch information
mikael-jarvinen authored Nov 13, 2023
2 parents 58c070a + 3c7bb8c commit 532871b
Show file tree
Hide file tree
Showing 3 changed files with 15,324 additions and 39,344 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: npm ci
- name: Run ESLint
run: npm run lint
env:
NODE_OPTIONS: '--max_old_space_size=8192'
- name: Check types
run: npm run check-types
env:
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: '--max_old_space_size=8192'
Loading

0 comments on commit 532871b

Please sign in to comment.