Skip to content

Commit a9c1336

Browse files
Updated workflows.
1 parent 886610c commit a9c1336

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: npm install
2323

24-
- name: Install Wrangler
25-
run: npm install -g wrangler
26-
2724
- name: Build project
2825
run: npm run build
2926

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"devDependencies": {
3+
"wrangler": "^3.83.0"
4+
},
25
"dependencies": {
36
"jose": "^5.9.4",
47
"js-sha256": "^0.11.0",

src/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const defaultHttpsPorts = ['443', '8443', '2053', '2083', '2087', '2096'];
1616
let proxyIP = proxyIPs[Math.floor(Math.random() * proxyIPs.length)];
1717
let dohURL = 'https://cloudflare-dns.com/dns-query';
1818
let hashPassword;
19-
let panelVersion = '2.7.1';
19+
let panelVersion = '2.7.2';
2020

2121
export default {
2222
/**

0 commit comments

Comments
 (0)