Skip to content

chore(deps-dev): bump @types/bun from 1.0.8 to 1.1.4 #71

chore(deps-dev): bump @types/bun from 1.0.8 to 1.1.4

chore(deps-dev): bump @types/bun from 1.0.8 to 1.1.4 #71

Workflow file for this run

name: Build and test with Node.js
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 21.x
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run test
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]