Skip to content

Commit

Permalink
Merge pull request #797 from kz6fittycent/main
Browse files Browse the repository at this point in the history
  • Loading branch information
aristocratos authored Mar 23, 2024
2 parents b1b8249 + 8af8389 commit a535a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-snap-can-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: 🧪 Test snap can be built on x86_64

on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -28,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a535a6e

Please sign in to comment.