Skip to content

Commit

Permalink
update ui checks action
Browse files Browse the repository at this point in the history
  • Loading branch information
manV committed Sep 13, 2024
1 parent e766395 commit aa856f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ['self-hosted']
runs-on: ["self-hosted"]
defaults:
run:
working-directory: ./deepfence_frontend
Expand All @@ -26,7 +26,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 7
version: 9
run_install: false
- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit aa856f9

Please sign in to comment.