Skip to content

⬆️ (deps-dev): bump npm-check-updates from 19.1.2 to 19.3.1 #159

⬆️ (deps-dev): bump npm-check-updates from 19.1.2 to 19.3.1

⬆️ (deps-dev): bump npm-check-updates from 19.1.2 to 19.3.1 #159

Workflow file for this run

name: "Test Lint and Build"
on:
pull_request:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run linting
run: yarn lint
- name: Build
run: yarn build