Skip to content

[Snyk] Security upgrade next from 13.5.4 to 14.1.1 #23

[Snyk] Security upgrade next from 13.5.4 to 14.1.1

[Snyk] Security upgrade next from 13.5.4 to 14.1.1 #23

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.18]
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint
- name: Run build
run: npm run build