Skip to content

ESLint 8.53.0の対応(コードスタイル関連のルール削除) #396

ESLint 8.53.0の対応(コードスタイル関連のルール削除)

ESLint 8.53.0の対応(コードスタイル関連のルール削除) #396

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test (node.js 20 on ubuntu-latest)
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Use node.js 20
uses: actions/[email protected]
with:
node-version: 20
- name: Install npm@v10
run: npm i -g npm@v10
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build --if-present
- name: Run tests
run: npm run test