Skip to content

Commit

Permalink
pre PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Mar 1, 2023
1 parent 9db5ab7 commit f6bff4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ThisBuild / githubWorkflowJobSetup ++= Seq(
WorkflowStep.Use(
UseRef.Public("actions", "setup-node", "v3"),
name = Some("Setup NodeJS v16"),
params = Map("node-version" -> "16", "cache" -> "npm"),
params = Map("node-version" -> "16", "cache" -> "npm")
//env = Map("NODE_OPTIONS" -> "--openssl-legacy-provider")
)
)
Expand Down Expand Up @@ -121,7 +121,6 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
*/
)


lazy val tests = crossProject(JVMPlatform, JSPlatform)
.in(file("tests"))
.enablePlugins(NoPublishPlugin)
Expand Down

0 comments on commit f6bff4b

Please sign in to comment.