diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8b94cbda..aae4e311 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,6 +28,9 @@ jobs: with: node-version: 20 + - name: Set yarn version + run: yarn set version 1.22.17 + - name: Install Node.js dependencies run: yarn install diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 01583422..59e5173d 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -10,6 +10,7 @@ import IndexPage from './pages/index/index.page' import { l } from './util/language' export function App() { + console.log('asd') return (