add node.js

This commit is contained in:
John Doe
2026-01-31 10:50:56 -05:00
parent 09894749ab
commit 5b57072cfe

View File

@@ -26,6 +26,11 @@ jobs:
fetch-tags: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Determine final version
id: get_final_ver
run: |