Skip to content

Update actions/checkout digest to 08eba0b #192

Update actions/checkout digest to 08eba0b

Update actions/checkout digest to 08eba0b #192

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm test
env:
CI: true