Skip to content

Update actions/checkout digest to de0fac2 #2814

Update actions/checkout digest to de0fac2

Update actions/checkout digest to de0fac2 #2814

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
strategy:
matrix:
node: ['22.21.1']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node }}
- run: yarn install --ignore-scripts
- run: yarn test