Skip to content

Commit

Permalink
Merge pull request #4 from meganii/add_github_action
Browse files Browse the repository at this point in the history
Add node setup
  • Loading branch information
meganii committed Sep 2, 2023
2 parents 422b60d + be5130d commit ab52e54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
build:
runs-on: 'ubuntu-22.04'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ab52e54

Please sign in to comment.