improvement(security): isolated-vm env construction (v8s escape case) (#6116)

* improvement(security): isolated-vm env construction (v8s escape case)

* upgrade main node to v24
This commit is contained in:
Vikhyath Mondreti
2026-07-30 19:30:54 -07:00
committed by GitHub
parent 632041ce43
commit e443a97ffb
7 changed files with 116 additions and 55 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
node-version: 24
# Cache keys are scoped by event name, and fork PRs get their own
# namespace on top: untrusted fork runs must never share a cache with
@@ -250,7 +250,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: 22
node-version: 24
- name: Mount Bun cache
uses: ./.github/actions/cache-mount