Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed Jul 5, 2024
1 parent 4730bc8 commit 049b707
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/actions/setup-project/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ inputs:
runs:
using: "composite"
steps:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18

- uses: pnpm/action-setup@v4
with:
version: 8
run_install: false

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Setup project
if: ${{ inputs.setup == 'true' }}
Expand Down

0 comments on commit 049b707

Please sign in to comment.