Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into staging
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/lint.yml
  • Loading branch information
Isti01 committed Mar 6, 2024
2 parents f5bce1a + eabf894 commit cb3e5ae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,25 @@ jobs:
working-directory: ./frontend

steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Check out Git repository
uses: actions/checkout@v3

- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install Node.js dependencies
run: yarn install
- name: Set yarn version
run: yarn set version 1.22.17

- name: ESLint
run: yarn lint:eslint
- name: Install Node.js dependencies
run: yarn install --frozen-lockfile

- name: Prettier
run: yarn lint:eslint
- name: ESLint
run: yarn lint:eslint

- name: TSC
run: yarn lint:typescript
- name: Prettier
run: yarn lint:eslint

- name: TSC
run: yarn lint:typescript
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
"last 1 safari version"
]
},
"packageManager": "yarn@3.2.1"
"packageManager": "yarn@1.22.17"
}

0 comments on commit cb3e5ae

Please sign in to comment.