[READ-ONLY] Mirror of https://github.com/probablykasper/kadium. App for staying ontop of YouTube channels' uploads kadium.kasper.space
linux macos notifications tauri windows youtube
0

Configure Feed

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

Use `.node-version` file for actions

Kasper (Aug 8, 2022, 6:35 AM +0200) b6f174f2 754b9fa7

+4 -4
+2 -2
.github/workflows/release.yml
··· 17 17 uses: actions/checkout@v2 18 18 19 19 - name: Node.js setup 20 - uses: actions/setup-node@v1 20 + uses: actions/setup-node@v3 21 21 with: 22 - node-version: 16 22 + node-version-file: '.node-version' 23 23 24 24 - name: Rust setup 25 25 uses: actions-rs/toolchain@v1
+2 -2
.github/workflows/test.yml
··· 18 18 uses: actions/checkout@v2 19 19 20 20 - name: Node.js setup 21 - uses: actions/setup-node@v1 21 + uses: actions/setup-node@v3 22 22 with: 23 - node-version: 16 23 + node-version-file: '.node-version' 24 24 25 25 - name: Rust setup 26 26 uses: actions-rs/toolchain@v1