Skip to content

build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 #457

build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1

build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 #457

Workflow file for this run

name: "JS CI"
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
js-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run npm install
run: npm install
- name: Run npm build
run: npm run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}