Skip to content

chore: bump typescript-eslint from 8.4.0 to 8.5.0 (#538) #924

chore: bump typescript-eslint from 8.4.0 to 8.5.0 (#538)

chore: bump typescript-eslint from 8.4.0 to 8.5.0 (#538) #924

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-package:
name: Test Package
runs-on: ubuntu-22.04
steps:
- name: Checkout Project
uses: actions/checkout@v4.1.7
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
with:
node-version-file: .nvmrc
- name: Setup Yarn
uses: threeal/setup-yarn-action@v2.0.0
- name: Test Package
run: yarn test