Skip to content

Merge pull request #74 from probot/renovate/actions-checkout-4.x #255

Merge pull request #74 from probot/renovate/actions-checkout-4.x

Merge pull request #74 from probot/renovate/actions-checkout-4.x #255

Workflow file for this run

name: Node.js CI
"on":
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16
- run: npm install
- run: npm test