Skip to content

Commit

Permalink
fix issue with node version, release drafter github token
Browse files Browse the repository at this point in the history
  • Loading branch information
nlebovits committed Jul 19, 2024
1 parent dc99371 commit ada2e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:

- name: Update Release Draft
uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
config-name: .github/release-drafter.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20.8.1'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit ada2e98

Please sign in to comment.