Skip to content

Commit

Permalink
Set yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Isti01 committed Feb 22, 2024
1 parent cb28cf1 commit ddceb1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import IndexPage from './pages/index/index.page'
import { l } from './util/language'

export function App() {
console.log('asd')
return (
<CountdownPage>
<CmschLayout>
Expand Down

0 comments on commit ddceb1b

Please sign in to comment.