Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthemanuel committed Dec 12, 2022
1 parent 54a630a commit 082b495
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/bytenode+1.3.7.dev.patch
Expand Up @@ -110,3 +110,15 @@ index cdd98cc..635bc27 100644
};
-
-module.exports = global.bytenode;
diff --git a/node_modules/bytenode/package.json b/node_modules/bytenode/package.json
index 6caff7c..72e2c46 100644
--- a/node_modules/bytenode/package.json
+++ b/node_modules/bytenode/package.json
@@ -3,6 +3,7 @@
"version": "1.3.7",
"description": "A minimalist bytecode compiler for Node.js",
"main": "lib/index.js",
+ "type": "module",
"bin": "lib/cli.js",
"types": "lib/index.d.ts",
"files": [

1 comment on commit 082b495

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 082b495 Dec 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.1.0/linux-arm64/ryanm/fix/column-line-082b495278c99134b9931011ba4cb06e45479c84/cypress.tgz

Please sign in to comment.