Skip to content

chore(deps-dev): Bump the node-dependencies group across 1 directory with 6 updates #55

chore(deps-dev): Bump the node-dependencies group across 1 directory with 6 updates

chore(deps-dev): Bump the node-dependencies group across 1 directory with 6 updates #55

Workflow file for this run

name: CI
on:
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 22
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'npm'
- run: npm ci
- run: npm run build
- name: Build
run: cargo build
- name: Run tests
run: cargo test