From 2aa2c90f41392c23f703b62addf48738dbe721bf Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Wed, 13 Mar 2024 10:49:38 -0500 Subject: [PATCH 1/2] Update snapcraft.yaml core22 attempt --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f6b2729..94d7f87 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 From adaea59a2a88e42513db3c3924c489d4cc2063bb Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Wed, 13 Mar 2024 10:50:29 -0500 Subject: [PATCH 2/2] Update test-snap-can-build.yml --- .github/workflows/test-snap-can-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-snap-can-build.yml b/.github/workflows/test-snap-can-build.yml index fde536f..bd63d14 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: push: branches: [ main ] @@ -20,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2