Skip to content

chore(deps): update dependency npm-run-all2 to v7 #1101

chore(deps): update dependency npm-run-all2 to v7

chore(deps): update dependency npm-run-all2 to v7 #1101

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
version: 9
- run: "bun install"
- run: "bun run build"
- run: "bun run lint"