8000 build(deps): bump koa from 2.15.1 to 2.15.4 in /tests · forkphorus/forkphorus@048e2ed · GitHub
[go: up one dir, main page]

Skip to content

build(deps): bump koa from 2.15.1 to 2.15.4 in /tests #707

build(deps): bump koa from 2.15.1 to 2.15.4 in /tests

build(deps): bump koa from 2.15.1 to 2.15.4 in /tests #707

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Install Node.JS
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: |
cd tests
npm ci
npx playwright install-deps
npx playwright install
npm test
0