Skip to content

Commit

Permalink
Bump Node.js to v18 per Pending v16 EOL (#1314)
Browse files Browse the repository at this point in the history
Node.js 16.x will leave maintenance status 2022-09-11. Source: https://github.com/nodejs/release#release-schedule.

Per the OpenJS foundation, the 18.x series is currently recommended. Source: https://nodejs.org/en.

Resolves #1313
  • Loading branch information
abhillman authored Sep 1, 2023
1 parent af23f71 commit 4a2b232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1 +1 @@
with import <nixpkgs> {}; stdenv.mkDerivation { name = "malloy"; buildInputs = [ nodejs-16_x jdk8 google-cloud-sdk postgresql git cacert openssh jq fakeroot]; }
with import <nixpkgs> {}; stdenv.mkDerivation { name = "malloy"; buildInputs = [ nodejs-18_x jdk8 google-cloud-sdk postgresql git cacert openssh jq fakeroot]; }

0 comments on commit 4a2b232

Please sign in to comment.