Skip to content

Update actions/checkout digest to 9bb5618 - autoclosed #1667

Update actions/checkout digest to 9bb5618 - autoclosed

Update actions/checkout digest to 9bb5618 - autoclosed #1667

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [ '18.12.1' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn test