diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index bc23b2fac..950365c37 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -11,7 +11,9 @@ on: jobs: build: - runs-on: ubuntu-latest + # Pin to ubuntu-22 until a solution is found for this issue: + # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md + runs-on: ubuntu-22 strategy: matrix: node-version: [18.x, 20.x]