Skip to content

Bump cookie and express in /packages/react-layouts #1071

Bump cookie and express in /packages/react-layouts

Bump cookie and express in /packages/react-layouts #1071

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test