From ddceb1bd98c6970d1aabb98890b97b330fb4d9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horv=C3=A1th=20Istv=C3=A1n?= Date: Thu, 22 Feb 2024 01:07:54 +0100 Subject: [PATCH] Set yarn version --- .github/workflows/lint.yml | 3 +++ frontend/src/App.tsx | 1 + 2 files changed, 4 insertions(+) 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 (