Skip to content

Commit

Permalink
🔧 chore(release): switch to Node 20 in GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-vaclavek authored and david-vaclavek committed Sep 5, 2024
1 parent 8ce744a commit 1760ff8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
steps:
- uses: localazy/release/prepare@v2
with:
node-version: 20
app-id: ${{ secrets.AUTH_APP_ID }}
app-key: ${{ secrets.AUTH_APP_KEY }}

Expand All @@ -38,6 +39,7 @@ jobs:
steps:
- uses: localazy/release/publish@v2
with:
node-version: 20
app-id: ${{ secrets.AUTH_APP_ID }}
app-key: ${{ secrets.AUTH_APP_KEY }}
npm-publish: public
Expand Down

0 comments on commit 1760ff8

Please sign in to comment.