[READ-ONLY] Mirror of https://github.com/probablykasper/ferrum. Music library app for Mac, Linux and Windows ferrum.kasper.space
electron linux macos music music-library music-player napi windows
0

Configure Feed

Select the types of activity you want to include in your feed.

Update action dependencies

Kasper (Jun 7, 2024, 12:08 PM +0200) cc7ee9bd 2ac1ccab

+4 -4
+2 -2
.github/workflows/ci.yml
··· 19 19 - { os: windows-latest, arg: --windows } 20 20 steps: 21 21 - name: Checkout repository 22 - uses: actions/checkout@v3 22 + uses: actions/checkout@v4 23 23 24 24 - name: Rust setup 25 25 uses: dtolnay/rust-toolchain@stable ··· 27 27 - name: Node.js setup 28 28 uses: actions/setup-node@v2 29 29 with: 30 - node-version: 16 30 + node-version: 20 31 31 32 32 - run: npm install 33 33 - run: npm run napi
+2 -2
.github/workflows/release.yml
··· 16 16 - { os: windows-latest, arg: --windows } 17 17 steps: 18 18 - name: Checkout repository 19 - uses: actions/checkout@v3 19 + uses: actions/checkout@v4 20 20 21 21 - name: Rust setup 22 22 uses: dtolnay/rust-toolchain@stable ··· 24 24 - name: Node.js setup 25 25 uses: actions/setup-node@v2 26 26 with: 27 - node-version: 16 27 + node-version: 20 28 28 29 29 - run: npm install 30 30 - run: npm run napi