diff --git a/.github/workflows/test-snap-can-build.yml b/.github/workflows/test-snap-can-build.yml index c66df73..6df8e47 100644 --- a/.github/workflows/test-snap-can-build.yml +++ b/.github/workflows/test-snap-can-build.yml @@ -1,5 +1,4 @@ name: 🧪 Test snap can be built on x86_64 - on: workflow_dispatch: push: @@ -28,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 61d8d1b..e716cc4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -6,7 +6,7 @@ description: | C++ version and continuation of bashtop and bpytop. license: Apache-2.0 -base: core20 +base: core22 grade: stable confinement: strict compression: lzo