Skip to content

chore: ⏪ upgrade Node.js to v22.16.0 and pnpm to v10.11.1, opt… #1357

chore: ⏪ upgrade Node.js to v22.16.0 and pnpm to v10.11.1, opt…

chore: ⏪ upgrade Node.js to v22.16.0 and pnpm to v10.11.1, opt… #1357

Workflow file for this run

name: Test
on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/build-setup
- name: Test
run: pnpm lint:css && pnpm lint:js && pnpm check:types