Skip to content

Merge branch 'main' into twitch-oauth-lucia #7

Merge branch 'main' into twitch-oauth-lucia

Merge branch 'main' into twitch-oauth-lucia #7

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
name: Install dependencies and build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Install Node v20
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build