Skip to content

build(deps): bump express from 4.19.2 to 4.21.0 #238

build(deps): bump express from 4.19.2 to 4.21.0

build(deps): bump express from 4.19.2 to 4.21.0 #238

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install
- name: Lint
run: yarn lint
test:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: yarn
- name: Install dependencies
run: yarn install
- name: Test
run: yarn test