Skip to content

build(deps-dev): bump @types/node from 22.10.6 to 22.10.7 in the dev-… #6

build(deps-dev): bump @types/node from 22.10.6 to 22.10.7 in the dev-…

build(deps-dev): bump @types/node from 22.10.6 to 22.10.7 in the dev-… #6

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- name: Install dependencies 📦
run: npm ci
env:
npm_config_audit: "false"
npm_config_fund: "false"
npm_config_loglevel: "error"
- name: Lint 🧹
run: npm run lint