Skip to content

Commit

Permalink
Add node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Jun 30, 2024
1 parent 765fe09 commit 6087a80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 6087a80

Please sign in to comment.