Skip to content

Commit

Permalink
Update issue887.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mahalakshmi-rekadi authored Oct 24, 2024
1 parent 4175dd1 commit 72f4bed
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .github/workflows/issue887.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
name: CI Build
name: user post setup Tests with v3
on:
workflow_dispatch:

env:
PNPM_CACHE_FOLDER: .pnpm-store
jobs:
build-webfrontend:
version_or_release:
name: 'Version and open PR (or) release private packages'
timeout-minutes: 15
runs-on: ubuntu-latest
environment: 'Production - Private Packages'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: checkout code repository
uses: actions/checkout@v3
with:
node-version: "20"
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
fetch-depth: 0
- uses: pnpm/action-setup@v4
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
- name: setup pnpm store config
run: pnpm config set store-dir $PNPM_CACHE_FOLDER
- name: install dependencies
run: pnpm install --frozen-lockfile


0 comments on commit 72f4bed

Please sign in to comment.