Skip to content

Commit

Permalink
updated builder
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Nov 12, 2024
1 parent 978f3ab commit 3cc62ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
# Step 1: Checkout code
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Step 2: Set up Node.js (if needed)
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '23'

# Step 3: Create a build directory and copy necessary files
- name: Prepare build directory
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: slm-plus.zip
asset_name: slm-plus.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit 3cc62ae

Please sign in to comment.