Skip to content

Commit

Permalink
fix: update category for impact report story to impact report spotlig…
Browse files Browse the repository at this point in the history
…ht (#649)

* fix: update category for impact report story to impact report spotlight

* ci: fix use pnpm 9
  • Loading branch information
pghorpade authored Nov 6, 2024
1 parent ac8b611 commit ce822e6
Show file tree
Hide file tree
Showing 4 changed files with 8,387 additions and 6,896 deletions.
45 changes: 18 additions & 27 deletions .github/workflows/setup-workspace/action.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,27 @@
name: 'Set up Workspace'
name: Set up Workspace
description: 'Checks out repository, installs correct version of node and npm dependencies.'
# inputs:
# who-to-greet: # id of input
# description: 'Who to greet'
# required: true
# default: 'World'
# outputs:
# random-number:
# description: "Random number"
# value: ${{ steps.random-number-generator.outputs.random-id }}
runs:
using: "composite"
using: composite
steps:
- uses: pnpm/action-setup@v2
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
run_install: |
- recursive: true
- args: [--global, gulp, prettier, typescript]
- name: Get pnpm store directory
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
version: 9
run_install: false

- uses: actions/cache@v3
name: Setup pnpm cache
- name: Install Node.js
uses: actions/setup-node@v4
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
node-version: 18
cache: 'pnpm'

- name: Install dependencies
shell: bash
run: pnpm install
run: pnpm install --frozen-lockfile --strict-peer-dependencies

- name: Install Global Packages
shell: bash
run: pnpm add -g gulp prettier typescript
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,8 @@
},
"peerDependencies": {
"vue": "^3.5.12"
},
"engines": {
"pnpm": "^9.12.1"
}
}
}
Loading

1 comment on commit ce822e6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.