Skip to content

🔧 Update dependency typescript 🔀 (#50) #614

🔧 Update dependency typescript 🔀 (#50)

🔧 Update dependency typescript 🔀 (#50) #614

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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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