Skip to content

Bump @types/node from 20.14.2 to 20.14.5 in the non-major group (#293) #612

Bump @types/node from 20.14.2 to 20.14.5 in the non-major group (#293)

Bump @types/node from 20.14.2 to 20.14.5 in the non-major group (#293) #612

Workflow file for this run

name: Continuous Integration
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
cache: pnpm
node-version-file: .nvmrc
- name: Install dependencies
run: pnpm i --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Build
run: pnpm build