Skip to content

fix build

fix build #330

Workflow file for this run

name: Prettier and ESLint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable Corepack before setting up Node
+ run: corepack enable
- uses: actions/setup-node@v2

Check failure on line 13 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/node.js.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
with:
node-version: 18.x
- run: yarn install
- run: yarn lint