Skip to content

Commit

Permalink
feat: setup node and pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Mar 15, 2024
1 parent abca8f0 commit 5d3c1c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
- name: Echo inputs
run: echo ${{ inputs.settings }}

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"

- name: Calling action
uses: ./
with:
Expand Down

0 comments on commit 5d3c1c1

Please sign in to comment.