Skip to content

Commit

Permalink
ci: Use the same NodeJS version for publishing lightwave as is used f…
Browse files Browse the repository at this point in the history
…or other jobs. #1796
  • Loading branch information
mturoci committed Feb 24, 2023
1 parent aaaa990 commit 2242f77
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
token: ${{ secrets.GIT_TOKEN }}

- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'

- name: Build lightwave
run: make publish-lightwave

Expand Down

0 comments on commit 2242f77

Please sign in to comment.