Skip to content

Bump koa from 3.0.1 to 3.0.3 (#36) #4

Bump koa from 3.0.1 to 3.0.3 (#36)

Bump koa from 3.0.1 to 3.0.3 (#36) #4

Workflow file for this run

name: Run CI
on:
push:
branches:
- ng
pull_request:
branches:
- ng
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run lint
run: yarn lint