Skip to content

Merge pull request #1080 from timbeadle/renovate/main-snyk-protect-1.… #1864

Merge pull request #1080 from timbeadle/renovate/main-snyk-protect-1.…

Merge pull request #1080 from timbeadle/renovate/main-snyk-protect-1.… #1864

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.17.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:ci
env:
CI: true