Skip to content

Commit

Permalink
readd node to use tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustisater-kivra committed Jul 3, 2024
1 parent 94e3522 commit 4dbea28
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:

- uses: asdf-vm/actions/install@v3

- name: ⚙️ Use Node.js
uses: actions/setup-node@v4
with:
registry-url: "https://npm.pkg.github.com"
cache: "pnpm"
node-version: ".tool-versions"

- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit 4dbea28

Please sign in to comment.