Skip to content

Update actions/checkout digest to 11bd719 - autoclosed #338

Update actions/checkout digest to 11bd719 - autoclosed

Update actions/checkout digest to 11bd719 - autoclosed #338

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov