Skip to content

Commit

Permalink
feels like it won't work ever
Browse files Browse the repository at this point in the history
  • Loading branch information
JadianRadiator committed Mar 15, 2024
1 parent 407324f commit eb13d30
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ 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 20
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
node-version: ${{ env.NODE_VERSION }}

- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit eb13d30

Please sign in to comment.