Skip to content

Commit ca0616f

Browse files
authored
Fix the tests workflow (#10)
1 parent 2b30abf commit ca0616f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 22
1314
- 20
1415
- 18
1516
steps:
@@ -18,4 +19,6 @@ jobs:
1819
with:
1920
node-version: ${{ matrix.node-version }}
2021
- run: npm install
22+
- name: Disable AppArmor for unprivileged user namespaces
23+
run: sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
2124
- run: npm test

0 commit comments

Comments
 (0)