Skip to content

build(dev-dependencies): update node.js to v24 #128

build(dev-dependencies): update node.js to v24

build(dev-dependencies): update node.js to v24 #128

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- name: Install dependencies 📦
run: yarn install --frozen-lockfile
- name: Lint 🕵️
run: yarn lint