Skip to content

馃敟 Remove GH Packages deployment #2

馃敟 Remove GH Packages deployment

馃敟 Remove GH Packages deployment #2

Workflow file for this run

name: Build on push
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup NPM
uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1
- name: Install Dependencies
run: bun install -p
- name: Build
run: bun run build