Skip to content

fix(deps): update dependency @podium/podlet to v5.1.11 #14

fix(deps): update dependency @podium/podlet to v5.1.11

fix(deps): update dependency @podium/podlet to v5.1.11 #14

Workflow file for this run

name: Run Lint and Tests
on:
pull_request:
branches:
- main
- alpha
- beta
- next
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [20]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: npm lint
run: npm run lint
- name: Typecheck
run: npm run types