Skip to content

Bump serve-static from 1.15.0 to 1.16.2 in /packages/react-native #25

Bump serve-static from 1.15.0 to 1.16.2 in /packages/react-native

Bump serve-static from 1.15.0 to 1.16.2 in /packages/react-native #25

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm run setup