Skip to content

feat: rm pnpm lock

feat: rm pnpm lock #3

Workflow file for this run

# This workflow will build this project
name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Setup Node.js environment
uses: actions/setup-node@v3.8.1
with:
node-version: '20'
- name: Build
run: ./build.sh