Skip to content

Commit 6ab549e

Browse files
Copilotjonrohan
andcommitted
Add documentation for sysctl security requirement
Co-authored-by: jonrohan <[email protected]>
1 parent 46f6bc7 commit 6ab549e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
uses: actions/setup-node@v4
1010
with:
1111
node-version: '20.x'
12+
# Enable unprivileged user namespaces for Chrome sandbox
13+
# This is required because Ubuntu 23.10+ disables them by default
14+
# See: https://github.com/actions/runner-images/issues/9621
1215
- name: Enable user namespaces
1316
run: sudo sysctl -w kernel.unprivileged_userns_clone=1
1417
- run: npm install

0 commit comments

Comments
 (0)