Skip to content

Commit

Permalink
Use node-version-file in e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed May 13, 2024
1 parent 767b41a commit 49d73cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
node-version: 20
node-version-file: gui/package.json
cache: 'npm'
cache-dependency-path: gui/package-lock.json
- name: Install Rust
uses: actions-rs/[email protected]
with:
Expand Down Expand Up @@ -244,8 +245,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
node-version: 20
node-version-file: gui/package.json
cache: 'npm'
cache-dependency-path: gui/package-lock.json
- name: Build app
Expand Down

0 comments on commit 49d73cd

Please sign in to comment.