Skip to content

chore: update node and github action dependencies (#121) #244

chore: update node and github action dependencies (#121)

chore: update node and github action dependencies (#121) #244

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Generate build and check code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node 22
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run format:check
- run: npm run build