Skip to content

build(deps-dev): bump eslint from 9.21.0 to 9.22.0 #2774

build(deps-dev): bump eslint from 9.21.0 to 9.22.0

build(deps-dev): bump eslint from 9.21.0 to 9.22.0 #2774

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install dependencies
run: npm install
- name: Build
run: npm run dist
- name: Test
run: npm run test