Skip to content

Commit

Permalink
chore: ensure semantic-release is run with nodejs LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
salzig committed Sep 26, 2024
1 parent fbb0c5a commit 71b8e8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/*"

- name: Install dependencies
run: npm ci

- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 71b8e8d

Please sign in to comment.