Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Dec 10, 2024
1 parent ee4def1 commit 572f4ab
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 @@ -31,7 +31,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.20.5 #${{ env.NODE_VERSION }}
node-version: ${{ env.NODE_VERSION }}

# Step 4: Install Lerna globally
- name: Install Lerna
Expand Down

0 comments on commit 572f4ab

Please sign in to comment.