Skip to content

Commit

Permalink
Update node to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Oct 6, 2023
1 parent 880b33b commit 0115a35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
arch: x86

steps:
- name: Prepare to Install Linux Dependencies
if: runner.os == 'Linux'
run: sudo apt update

- name: Install Linux Dependencies
if: runner.os == 'Linux' && matrix.targetOs == 'win'
# Needed for running ciopfs, used when setup vs toolchain.
Expand Down
1 change: 1 addition & 0 deletions scripts/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const commonConfig = [
'v8_enable_javascript_promise_hooks=true',
'v8_promise_internal_field_count=1',
'v8_scriptormodule_legacy_lifetime=true',
'v8_enable_maglev=false',
// Not our job fixing the warnings.
'clang_use_chrome_plugins=false',
]
Expand Down

0 comments on commit 0115a35

Please sign in to comment.