Skip to content

Bump yaml from 2.2.2 to 2.8.3 (#204) #523

Bump yaml from 2.2.2 to 2.8.3 (#204)

Bump yaml from 2.2.2 to 2.8.3 (#204) #523

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v6
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- run: yarn install
- run: yarn tsc
- run: yarn test
- run: yarn build