Skip to content

Bump node from 18.18.0-alpine to 21.6.2-alpine #129

Bump node from 18.18.0-alpine to 21.6.2-alpine

Bump node from 18.18.0-alpine to 21.6.2-alpine #129

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: Prepare .env
run: cp .env.example .env
- run: npm ci
- run: make lint