Skip to content

pkg: Bump bun from 1.1.32 to 1.2.2 #141

pkg: Bump bun from 1.1.32 to 1.2.2

pkg: Bump bun from 1.1.32 to 1.2.2 #141

Workflow file for this run

name: Test package
on: push
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v4
- run: npm ci
- name: Test the package
run: npm test
- name: Compile the package
run: npm compile