Skip to content

build(deps): bump picomatch from 2.3.1 to 2.3.2 #453

build(deps): bump picomatch from 2.3.1 to 2.3.2

build(deps): bump picomatch from 2.3.1 to 2.3.2 #453

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install Node
uses: actions/setup-node@v6
with:
node-version: 24
- name: Enable Corepack
run: |
corepack enable
corepack install
- name: Install dependencies and build
run: corepack yarn install --immutable
- name: Run tests
run: |
# See: https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
corepack yarn test
- name: Upload compiled code as artifact
uses: actions/upload-artifact@v7
with:
name: ghost-cursor
path: lib/