Skip to content

build(deps-dev): bump @swc/core from 1.3.95 to 1.3.102 #222

build(deps-dev): bump @swc/core from 1.3.95 to 1.3.102

build(deps-dev): bump @swc/core from 1.3.95 to 1.3.102 #222

Workflow file for this run

name: Check ESLint
on: [push, pull_request]
jobs:
ESLint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 20.x

Check failure on line 11 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / Check ESLint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 11, Col: 23): Unexpected value '20.x'
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
cache-dependency-path: yarn.lock
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --immutable
- name: Run lint
run: yarn lint