File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 9
9
name : Flatpak Builder
10
10
runs-on : ubuntu-latest
11
11
container :
12
- image : bilelmoussaoui/flatpak-github-actions:gnome-44
12
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
13
13
options : --privileged
14
14
strategy :
15
15
fail-fast : false
55
55
name : Flatpak Builder Stop At
56
56
runs-on : ubuntu-latest
57
57
container :
58
- image : bilelmoussaoui/flatpak-github-actions:gnome-44
58
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
59
59
options : --privileged
60
60
steps :
61
61
- uses : actions/checkout@v4
71
71
runs-on : ubuntu-latest
72
72
needs : flatpak-builder
73
73
container :
74
- image : bilelmoussaoui/flatpak-github-actions:gnome-44
74
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
75
75
options : --privileged
76
76
steps :
77
77
- uses : actions/checkout@v4
87
87
runs-on : ubuntu-latest
88
88
strategy :
89
89
matrix :
90
- node-version : [16.x, 18.x, 20.x]
90
+ node-version : [18.x, 20.x]
91
91
steps :
92
92
- uses : actions/checkout@v4
93
93
- name : Use Node.js ${{ matrix.node-version }}
@@ -104,10 +104,10 @@ jobs:
104
104
runs-on : ubuntu-latest
105
105
steps :
106
106
- uses : actions/checkout@v4
107
- - name : Use Node.js 16
107
+ - name : Use Node.js 18
108
108
uses : actions/setup-node@v3
109
109
with :
110
- node-version : " 16 "
110
+ node-version : " 18 "
111
111
- run : yarn install --also=dev
112
112
working-directory : flatpak-builder
113
113
- run : yarn run eslint .
Original file line number Diff line number Diff line change 27
27
name : " Flatpak"
28
28
runs-on : ubuntu-latest
29
29
container :
30
- image : bilelmoussaoui/flatpak-github-actions:gnome-44
30
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
31
31
options : --privileged
32
32
steps :
33
33
- uses : actions/checkout@v4
76
76
name: "Flatpak"
77
77
runs-on: ubuntu-latest
78
78
container:
79
- image: bilelmoussaoui/flatpak-github-actions:gnome-44
79
+ image: bilelmoussaoui/flatpak-github-actions:gnome-47
80
80
options: --privileged
81
81
strategy:
82
82
matrix:
@@ -161,7 +161,7 @@ jobs:
161
161
name : " Flatpak"
162
162
runs-on : ubuntu-latest
163
163
container :
164
- image : bilelmoussaoui/flatpak-github-actions:gnome-44
164
+ image : bilelmoussaoui/flatpak-github-actions:gnome-47
165
165
options : --privileged
166
166
steps :
167
167
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2
2
---
3
3
id : org.example.MyApp.Devel
4
4
runtime : org.gnome.Platform
5
- runtime-version : " 44 "
5
+ runtime-version : " 47 "
6
6
sdk : org.gnome.Sdk
7
7
command : test-project
8
8
finish-args :
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ const { computeHash } = require('../index')
2
2
3
3
test ( 'The manifest hash should be computed properly' , async ( ) => {
4
4
const hash = await computeHash ( './tests/manifest-1.yaml' )
5
- expect ( hash ) . toBe ( '8c43f78c9f33c1f379521211c9b9e91fe051cef3f638e4427026beb27261a587 ' )
5
+ expect ( hash ) . toBe ( '199876765acd9df721a52bd7b9e424ee7f4f45e1623c7a4486087bf9a43536b2 ' )
6
6
7
7
const hash2 = await computeHash ( './tests/manifest-3.json' )
8
- expect ( hash2 ) . toBe ( 'fb531a4e4d3227ff9cdb37b8d1b9830878aa63542a066c2bd157dd94c7dda1ba ' )
8
+ expect ( hash2 ) . toBe ( '201c1afd5edd78d766cc9b0b74852e9459a7231bb40dcda0be4a73b1c394d75b ' )
9
9
} )
Original file line number Diff line number Diff line change 2
2
---
3
3
app-id : org.example.MyApp.Devel
4
4
runtime : org.gnome.Platform
5
- runtime-version : " 44 "
5
+ runtime-version : " 47 "
6
6
sdk : org.gnome.Sdk
7
7
command : test-project
8
8
finish-args :
Original file line number Diff line number Diff line change 1
1
{
2
2
"app-id" : " org.gnome.design.Contrast.Devel" ,
3
3
"runtime" : " org.gnome.Platform" ,
4
- "runtime-version" : " 44 " ,
4
+ "runtime-version" : " 47 " ,
5
5
"sdk" : " org.gnome.Sdk" ,
6
6
"sdk-extensions" : [" org.freedesktop.Sdk.Extension.rust-stable" ],
7
7
"command" : " contrast" ,
Original file line number Diff line number Diff line change 2
2
---
3
3
app-id : org.example.MyApp.Devel
4
4
runtime : org.gnome.Platform
5
- runtime-version : " 44 "
5
+ runtime-version : " 47 "
6
6
sdk : org.gnome.Sdk
7
7
command : test-project
8
8
finish-args :
You can’t perform that action at this time.
0 commit comments