Skip to content

Bump node from 18.13.0-buster to 18.18.2-buster #1070

Bump node from 18.13.0-buster to 18.18.2-buster

Bump node from 18.13.0-buster to 18.18.2-buster #1070

Workflow file for this run

name: ESLint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./client
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install -g npm@8
- run: npm ci
- run: npm run ci-lint