Fix versioning of packages, notably discord-api-types which broke CI

pull/42/head
Skyler Grey 3 years ago
parent 19f1b9cded
commit 25d2b3fd01
Signed by: Minion3665
GPG Key ID: 1AFD10256B3C714D

@ -8,7 +8,7 @@
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
in { in {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = [ pkgs.yarn pkgs.nodejs-19_x pkgs.typescript pkgs.act ]; packages = [ pkgs.nodejs-19_x pkgs.nodePackages_latest.yarn ];
}; };
}); });
} }

@ -26,6 +26,9 @@
"structured-clone": "^0.2.2", "structured-clone": "^0.2.2",
"systeminformation": "^5.17.3" "systeminformation": "^5.17.3"
}, },
"resolutions": {
"discord-api-types": "0.37.23"
},
"name": "nucleus", "name": "nucleus",
"version": "0.0.1", "version": "0.0.1",
"description": "Nucleus: The core of your server", "description": "Nucleus: The core of your server",

Loading…
Cancel
Save