Skip to content

switch to Stencil 4, Typescript 4, pnpm ... #312

switch to Stencil 4, Typescript 4, pnpm ...

switch to Stencil 4, Typescript 4, pnpm ... #312

Workflow file for this run

name: Lint and Build
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Lint and Build
run: |
pnpm install
pnpm lint
pnpm build