Skip to content

Bump eslint-plugin-import from 2.28.1 to 2.29.0 #1512

Bump eslint-plugin-import from 2.28.1 to 2.29.0

Bump eslint-plugin-import from 2.28.1 to 2.29.0 #1512

Workflow file for this run

name: Node
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '16'
check-latest: true
- name: Install packages
run: npm ci
- name: Build
run: npm run build