Skip to content

Commit

Permalink
ci(release): setup node with LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 31, 2023
1 parent 79cabc1 commit e60bf59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
name: Build application
runs-on: ubuntu-latest
steps:
- name: "🔧 setup node"
uses: actions/setup-node@v3
with:
node-version: "lts/*"

- name: "☁️ checkout repository"
uses: actions/checkout@v3

Expand Down

0 comments on commit e60bf59

Please sign in to comment.