Skip to content

Merge branch 'beeman-beeman/package-manager-property' #17

Merge branch 'beeman-beeman/package-manager-property'

Merge branch 'beeman-beeman/package-manager-property' #17

Workflow file for this run

name: Test and Build Web
on:
pull_request:
push:
branches: [ 'main' ]
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build project
run: pnpm build