Skip to content

Fix webpack incompatibility with node 18 #1169

Fix webpack incompatibility with node 18

Fix webpack incompatibility with node 18 #1169

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn lint