Skip to content

Commit 42df705

Browse files
authored
Merge pull request #142 from superfaceai/feat/disable_metrics
Disable sending metrics to Superface services
2 parents 42be4b0 + 23ae032 commit 42df705

File tree

13 files changed

+530
-259
lines changed

13 files changed

+530
-259
lines changed

.github/workflows/ci_cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/setup-node@v4
3333
with:
3434
registry-url: https://registry.npmjs.org/
35-
node-version: "18"
35+
node-version: "20"
3636
cache: yarn
3737
cache-dependency-path: core_js/yarn.lock
3838
# test and build
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/setup-node@v4
6868
with:
6969
registry-url: https://registry.npmjs.org/
70-
node-version: "18"
70+
node-version: "20"
7171
cache: yarn
7272
cache-dependency-path: packages/nodejs_host/yarn.lock
7373
- uses: actions/download-artifact@v4
@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/setup-node@v4
101101
with:
102102
registry-url: https://registry.npmjs.org/
103-
node-version: "18"
103+
node-version: "20"
104104
cache: yarn
105105
cache-dependency-path: packages/cloudflare_worker_host/yarn.lock
106106
- uses: actions/download-artifact@v4
@@ -162,7 +162,7 @@ jobs:
162162
- uses: actions/setup-node@v4
163163
with:
164164
registry-url: https://registry.npmjs.org/
165-
node-version: "18"
165+
node-version: "20"
166166
cache: yarn
167167
cache-dependency-path: packages/nodejs_comlink/yarn.lock
168168
- uses: actions/download-artifact@v4

packages/cloudflare_worker_host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@cloudflare/workers-wasi": "^0.0.5"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^20.3.3",
18+
"@types/node": "^22.12.0",
1919
"rimraf": "^5.0.1",
2020
"typescript": "^5.1.6"
2121
},

0 commit comments

Comments
 (0)