We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c5aa0 commit b0bcce2Copy full SHA for b0bcce2
.github/workflows/runtime-tests.yml
@@ -80,7 +80,7 @@ jobs:
80
node -e "import('./lib/esm/index.js').then(m => console.log('✅ Node ESM:', m.WorkOS.name))"
81
82
# Deno
83
- deno run --allow-read -e "import('./lib/esm/index.js').then(m => console.log('✅ Deno:', m.WorkOS.name))"
+ deno eval "import('./lib/esm/index.js').then(m => console.log('✅ Deno:', m.WorkOS.name))"
84
85
# Bun
86
bun -e "console.log('✅ Bun:', require('./lib/cjs/index.cjs').WorkOS.name)"
0 commit comments