Skip to content

[Snyk] Security upgrade node from 20.12.2-slim to 20.15.1-slim #27

[Snyk] Security upgrade node from 20.12.2-slim to 20.15.1-slim

[Snyk] Security upgrade node from 20.12.2-slim to 20.15.1-slim #27

Workflow file for this run

name: Lint
on:
push:
branches:
- master
- staging/**
pull_request:
jobs:
lint-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'
- uses: actions/setup-node@v4
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run ts-build
- name: Lint
run: npm run lint -- --quiet