Skip to content

fix(deps): update dependency marked to v18 #556

fix(deps): update dependency marked to v18

fix(deps): update dependency marked to v18 #556

Workflow file for this run

name: CI
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Setup Node
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: 23
- run: npm ci
- run: npm run build