Skip to content

Commit

Permalink
update node to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asheliahut committed Nov 18, 2024
1 parent e49e296 commit cc444d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/nodejs/brioche.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packages/nodejs/project.bri
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as typer from "typer";

export const project = {
name: "nodejs",
version: "20.16.0",
version: "22.11.0",
};

/**
Expand Down Expand Up @@ -32,6 +32,12 @@ interface NpmInstallOptions {
source: std.AsyncRecipe<std.Directory>;
}

export function test() {
return std.runBash`
node --version | tee "$BRIOCHE_OUTPUT"
`.dependencies(nodejs());
}

/**
* Install the dependencies from an NPM package. Returns a recipe containing
* everything from the package, plus a `node_modules` directory.
Expand Down

0 comments on commit cc444d7

Please sign in to comment.