We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7725f44 commit 86a8b7aCopy full SHA for 86a8b7a
.github/workflows/multi-platform.yml
@@ -39,7 +39,6 @@ jobs:
39
bindings-ref: main
40
combine: true
41
target: ${{ matrix.config.target }}
42
- sdk: nightly
43
44
package:
45
name: Package builds
mod.json
@@ -1,5 +1,5 @@
1
{
2
- "geode": "3.3.1",
+ "geode": "3.3.0",
3
"gd": {
4
"win": "2.206",
5
"android": "2.206",
@@ -17,7 +17,7 @@
17
18
"id": "geode.node-ids",
19
"importance": "required",
20
- "version": "v1.10.0"
+ "version": ">=v1.10.0"
21
}
22
],
23
"settings": {
0 commit comments