Skip to content

chore(dep): update node and github action dependencies #243

chore(dep): update node and github action dependencies

chore(dep): update node and github action dependencies #243

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