Skip to content

Commit

Permalink
fix: add node version to actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustisater-kivra committed Jul 3, 2024
1 parent 0afda86 commit ab6233c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
registry-url: "https://npm.pkg.github.com"
cache: "pnpm"
node_version: "22.2.0"

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

0 comments on commit ab6233c

Please sign in to comment.