Skip to content

nathanwhit/workers-nodejs-compat-matrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workers Node.js Support

Quick and dirty audit of Node.js support across Workers. See https://workers-nodejs-compat-matrix.pages.dev

Install

Install Volta:

curl https://get.volta.sh | bash

Install Deno:

# see https://docs.deno.com/runtime/manual/getting_started/installation for alternatives
brew install deno

Install Bun:

# see https://bun.sh/docs/installation for alternatives
brew install oven-sh/bun/bun

Install the dependencies

pnpm install

Generate the report

Update the dependencies

pnpm update -r

Important

Update Bun and Deno, i.e. using brew upgradeon mac.

Generate the report

pnpm generate

Important

This requires features from Node v22, so if it isn't your default node version, run it with volta run --node 22 pnpm generate.

Serve a local version of the report

Use

pnpm report:dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.3%
  • TypeScript 16.5%
  • HTML 3.6%
  • Other 1.6%