Skip to content

Commit

Permalink
set node version explict
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustisater-kivra committed Jul 3, 2024
1 parent 4dbea28 commit 4ede52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
registry-url: "https://npm.pkg.github.com"
cache: "pnpm"
node-version: ".tool-versions"
node-version: "20.13.1"

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

0 comments on commit 4ede52b

Please sign in to comment.