change order

This commit is contained in:
John Doe
2026-01-31 11:16:11 -05:00
parent 4cceecdc6c
commit b124c185ff

View File

@@ -20,11 +20,6 @@ jobs:
packages: write
contents: read
steps:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Check out the repo
uses: actions/checkout@v4
with:
@@ -35,6 +30,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: |