Skip to content

Bump softprops/action-gh-release from 2 to 3 (#2) #18

Bump softprops/action-gh-release from 2 to 3 (#2)

Bump softprops/action-gh-release from 2 to 3 (#2) #18

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
typecheck:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v6
with:
node-version: "20"
cache: "npm"
- name: Install
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Build
run: npm run build