Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Jul 4, 2024
1 parent d51ef77 commit 0e8d7c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@ inputs:
runs:
using: composite
steps:
# - uses: pnpm/action-setup@v2.2.2
# with:
# version: '8.6.12'
- uses: pnpm/action-setup@v2.2.2
with:
version: '8.6.12'
# - uses: actions/setup-node@v2
# with:
# node-version: '16'
# cache: 'pnpm'
- name: Install pnpm and setup node manually
shell: bash
run: |
curl -fsSL https://raw.githubusercontent.com/pnpm/get.pnpm.io/main/install.sh | env PNPM_VERSION=8.6.12 bash - && \
source $HOME/.bashrc && \
pnpm env use --global 16
# - name: Install pnpm and setup node manually
# shell: bash
# run: |
# curl -fsSL https://raw.githubusercontent.com/pnpm/get.pnpm.io/main/install.sh | env PNPM_VERSION=8.6.12 bash - && \
# pnpm env use --global 16
- name: Setup node
run: pnpm env use --global 16
- name: Install pipenv
run: pip3 install pipenv
shell: bash
Expand Down

0 comments on commit 0e8d7c4

Please sign in to comment.