Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit 748299d

Browse files
committed
updated github actions to use node 18 and fixed npm issue
1 parent ecc2683 commit 748299d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: setup node
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121
- name: install Rust stable
2222
uses: dtolnay/rust-toolchain@stable
2323
- name: install dependencies (ubuntu only)
@@ -26,7 +26,7 @@ jobs:
2626
sudo apt-get update
2727
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
2828
- name: install app dependencies and build it
29-
run: npm install && npm run build
29+
run: npm install
3030
- uses: tauri-apps/tauri-action@v0
3131
env:
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)