Skip to content

🐳 chore: Update dependency @types/node to v22.8.7 #867

🐳 chore: Update dependency @types/node to v22.8.7

🐳 chore: Update dependency @types/node to v22.8.7 #867

Workflow file for this run

# This workflow will do a clean installation 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: Node.js CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: use bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: build production
run: bun run build