Skip to content

Bump express from 4.21.0 to 4.21.2 #25

Bump express from 4.21.0 to 4.21.2

Bump express from 4.21.0 to 4.21.2 #25

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
run-test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 22
- name: Install Yarn
run: npm install -g yarn
- run: yarn
- run: yarn test