Skip to content

chore(deps): update actions/checkout digest to 8ade135 #4784

chore(deps): update actions/checkout digest to 8ade135

chore(deps): update actions/checkout digest to 8ade135 #4784

Workflow file for this run

name: Node CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*, latest]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm test
env:
SLACK_WEBHOOK_URL: https://example.com
CI: true
- uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
with:
github-token: ${{ secrets.github_token }}