Skip to content

Commit b0bcce2

Browse files
committed
fix smoke tests
1 parent d0c5aa0 commit b0bcce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
node -e "import('./lib/esm/index.js').then(m => console.log('✅ Node ESM:', m.WorkOS.name))"
8181
8282
# Deno
83-
deno run --allow-read -e "import('./lib/esm/index.js').then(m => console.log('✅ Deno:', m.WorkOS.name))"
83+
deno eval "import('./lib/esm/index.js').then(m => console.log('✅ Deno:', m.WorkOS.name))"
8484
8585
# Bun
8686
bun -e "console.log('✅ Bun:', require('./lib/cjs/index.cjs').WorkOS.name)"

0 commit comments

Comments
 (0)