Skip to content

Deps: Update actions/checkout digest to 692973e. #260

Deps: Update actions/checkout digest to 692973e.

Deps: Update actions/checkout digest to 692973e. #260

Workflow file for this run

name: Build
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run build