Skip to content

Bump brace-expansion from 1.1.12 to 1.1.14 in /expo-example #27

Bump brace-expansion from 1.1.12 to 1.1.14 in /expo-example

Bump brace-expansion from 1.1.12 to 1.1.14 in /expo-example #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm install --legacy-peer-deps
- run: npm test