Skip to content

Merge main into fix/images-performance #62

Merge main into fix/images-performance

Merge main into fix/images-performance #62

Workflow file for this run

name: nodejs
on:
push:
branches:
- main
tags:
- "*"
pull_request:
types: [opened, synchronize]
paths-ignore:
- "*.toml"
- "*.contracts"
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
node-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
cache: "pnpm"
node-version: "22"
- run: pnpm install --frozen-lockfile
- run: yarn lint