Skip to content

Update dependency eslint-plugin-import to v2.31.0 #899

Update dependency eslint-plugin-import to v2.31.0

Update dependency eslint-plugin-import to v2.31.0 #899

Workflow file for this run

on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install Node
uses: actions/[email protected]
with:
node-version: 20
cache: 'pnpm'
- name: Install deps
run: pnpm install
- name: Test
run: pnpm run test