Skip to content

Update actions/checkout digest to df4cb1c (#16) #26

Update actions/checkout digest to df4cb1c (#16)

Update actions/checkout digest to df4cb1c (#16) #26

Workflow file for this run

on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version: "24.16.0"
cache: "npm"
- name: Check
run: npm ci