Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

chore(deps): bump express from 4.18.3 to 4.19.2 in /examples/remix (#13) #36

chore(deps): bump express from 4.18.3 to 4.19.2 in /examples/remix (#13)

chore(deps): bump express from 4.18.3 to 4.19.2 in /examples/remix (#13) #36

Workflow file for this run

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- name: Install
run: |
npm ci
bash third_party/sync.sh
npm run build --workspaces
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium
- name: Test
run: npm run test