Skip to content

Commit

Permalink
and again (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Apr 3, 2024
1 parent 2bc2172 commit f8f1afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
node-version: 20

- name: Get package version
run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV

- name: install dependencies electron-app
run: npm install
working-directory: electron-app
Expand Down

0 comments on commit f8f1afd

Please sign in to comment.