Skip to content

feat(mirror): ignore OS limitations when mirroring to mobile #45272

feat(mirror): ignore OS limitations when mirroring to mobile

feat(mirror): ignore OS limitations when mirroring to mobile #45272

Workflow file for this run

name: Node.js CI
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
test:
name: Active LTS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: ".nvmrc"
cache: npm
package-manager-cache: true
- run: npm ci
- run: npm test
env:
FORCE_COLOR: 3