Skip to content

Commit

Permalink
updated version of each step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
buffet-time committed Aug 10, 2024
1 parent d831d1e commit 04b603c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
with:
path: ./package.json

# Ensures pnpm version is consistent and gets back the value to be used in pnpm setup action
- name: Get PNPM version
id: pnpm-version
uses: buffet-time/[email protected]
with:
# engines.pnpm
packageJson-engines-pnpm: '${{ fromJson(steps.package.outputs.content).engines.pnpm }}'

# packageManager
packageJson-packageManager: '${{ fromJson(steps.package.outputs.content).packageManager }}'

- name: Cache PNPM modules
uses: actions/cache@v4
id: cache-modules
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ jobs:
with:
path: ./package.json

# Ensures pnpm version is consistent and gets back the value to be used in pnpm setup action
- name: Get PNPM version
id: pnpm-version
uses: buffet-time/[email protected]
with:
# engines.pnpm
packageJson-engines-pnpm: '${{ fromJson(steps.package.outputs.content).engines.pnpm }}'

# packageManager
packageJson-packageManager: '${{ fromJson(steps.package.outputs.content).packageManager }}'

- name: Cache PNPM modules
uses: actions/cache@v4
id: cache-modules
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/update-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ jobs:
with:
path: ./package.json

# Ensures pnpm version is consistent and gets back the value to be used in pnpm setup action
- name: Get PNPM version
id: pnpm-version
uses: buffet-time/[email protected]
with:
# engines.pnpm
packageJson-engines-pnpm: '${{ fromJson(steps.package.outputs.content).engines.pnpm }}'

# packageManager
packageJson-packageManager: '${{ fromJson(steps.package.outputs.content).packageManager }}'

- name: Cache PNPM modules
uses: actions/cache@v4
id: cache-modules
Expand Down

0 comments on commit 04b603c

Please sign in to comment.