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 18a075d commit 2b58f8e
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,13 @@ inputs:
runs:
using: composite
steps:
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v4.0.0
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 - && \
# pnpm env use --global 16
- name: Setup node
shell: bash
run: pnpm env use --global 16
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'pnpm'
- name: Install pipenv
run: pip3 install pipenv
shell: bash
Expand Down

0 comments on commit 2b58f8e

Please sign in to comment.