Skip to content

Update actions/checkout digest to 93cb6ef #256

Update actions/checkout digest to 93cb6ef

Update actions/checkout digest to 93cb6ef #256

Workflow file for this run

name: Node
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- name: install deps
run: npm i
- name: lint
run: npm run lint