Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
JadianRadiator committed Mar 15, 2024
1 parent eb13d30 commit eeb31ee
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,22 @@ on:
branches:
- main # Adjust this to your main branch name

env:
NODE_VERSION: 20

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Set up Node.js
- name: Set up Node.js 20
uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE_VERSION }}
node-version: '20'

- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'recursive'
env:
NODE_VERSION: '20'

- name: Set up Git
run: |
Expand Down

0 comments on commit eeb31ee

Please sign in to comment.