Skip to content

🩹 Update dependency express 🔀 (#42) #555

🩹 Update dependency express 🔀 (#42)

🩹 Update dependency express 🔀 (#42) #555

Workflow file for this run

name: Kyara CI
on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
- '**.md'
- 'docs/**'
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
paths-ignore:
- '**.md'
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: '21.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@bloom-perf'
- name: Ci Install
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN}}
- name: Build Typescript
run: npm run build