We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b552a03 commit c352108Copy full SHA for c352108
2 files changed
.github/workflows/e2e.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-node@v6
18
with:
19
node-version: '24'
20
- - name: Condfigure sandboxing
+ - name: Configure sandboxing
21
run: |
22
sudo apt-get update
23
sudo apt-get install --yes bubblewrap
.github/workflows/publish.yml
@@ -18,6 +18,14 @@ jobs:
+ run: |
+ sudo apt-get update
24
+ sudo apt-get install --yes bubblewrap
25
+ sudo sysctl -w kernel.unprivileged_userns_clone=1
26
+ if [ -f /proc/sys/kernel/apparmor_restrict_unprivileged_userns ]; then
27
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
28
+ fi
29
- run: npm ci
30
- run: npm run typecheck
31
- run: npm test
0 commit comments