Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Bump nokogiri from 1.16.2 to 1.18.8 in /apps/y2bot #206

Bump nokogiri from 1.16.2 to 1.18.8 in /apps/y2bot

Bump nokogiri from 1.16.2 to 1.18.8 in /apps/y2bot #206

Workflow file for this run

name: Build CDK
on: push
jobs:
build-cdk-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: npm install
run: npm install
- name: Run ESLint / Prettier
run: npm run lint
- name: Run Test
run: npm run test