Skip to content

chore(deps-dev): Bump the node-dependencies group with 4 updates #58

chore(deps-dev): Bump the node-dependencies group with 4 updates

chore(deps-dev): Bump the node-dependencies group with 4 updates #58

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