Skip to content

Update actions/checkout digest to 11bd719 #1040

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #1040

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: "20"
- run: yarn install --frozen-lockfile
- run: yarn run build
- run: yarn test