Skip to content

Commit

Permalink
release-frontend Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmordar committed May 24, 2024
1 parent 3c87ad5 commit 07aa350
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 9

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'pnpm'

- name: Cache NPM
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-modules-

- name: Install Dependencies
run: pnpm install
run: npm ci

- name: Linter
run: npm run lint
Expand Down

0 comments on commit 07aa350

Please sign in to comment.