Skip to content

Update dependency @types/node to v22.12.0 (#656) #348

Update dependency @types/node to v22.12.0 (#656)

Update dependency @types/node to v22.12.0 (#656) #348

Workflow file for this run

name: CI
on:
push:
branches:
- master
- develop
- "feature/*"
- "releases/*"
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint
env:
CI: true
- run: pnpm run check
env:
CI: true
- run: pnpm run build
env:
CI: true