Skip to content

Commit

Permalink
feat: github actions files updated
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Dobrev <[email protected]>
  • Loading branch information
RAMTO authored and SvetBorislavov committed Sep 4, 2024
1 parent 4244687 commit fa16689
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Node.js and pnpm cache
uses: actions/setup-node@v4
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: pnpm
cache: "npm"
cache-dependency-path: |
front-end/pnpm-lock.yaml
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
cache: "npm"
cache-dependency-path: |
automation/pnpm-lock.yaml
Expand Down Expand Up @@ -149,11 +149,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Node.js and pnpm cache
uses: actions/setup-node@v4
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: pnpm
cache: "npm"
cache-dependency-path: |
front-end/pnpm-lock.yaml
Expand Down

0 comments on commit fa16689

Please sign in to comment.