Skip to content

Commit

Permalink
chore: use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Akari0731 committed Oct 24, 2024
1 parent 337074e commit eb70bb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
node-version: 22

- name: Generate API Documentation
run: make generate-api-doc
Expand Down Expand Up @@ -71,4 +71,3 @@ jobs:
hooks: goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit eb70bb2

Please sign in to comment.