Skip to content

Commit

Permalink
tmp: install node modules first
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Jan 19, 2024
1 parent 6350fff commit a26fee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install node_modules
run: yarn install --frozen-lockfile
with:
node-version: 18
cache: 'yarn'
- run: yarn --version
- run: yarn lint

0 comments on commit a26fee0

Please sign in to comment.