Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f1887a2

Browse files
authored
Bump workerd version (#623)
* bump workerd version * change nodeJS version
1 parent 6984a7f commit f1887a2

File tree

3 files changed

+140
-142
lines changed

3 files changed

+140
-142
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, macos-latest, windows-latest]
22-
node: [16.13.0, latest]
22+
node: [16.13.0, 18]
2323
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2424

2525
steps:

package-lock.json

Lines changed: 138 additions & 140 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/miniflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"source-map-support": "0.5.21",
4040
"stoppable": "^1.1.0",
4141
"undici": "^5.13.0",
42-
"workerd": "0.20230628.0",
42+
"workerd": "1.20230628.0",
4343
"ws": "^8.11.0",
4444
"youch": "^3.2.2",
4545
"zod": "^3.20.6"

0 commit comments

Comments
 (0)