Skip to content

Commit

Permalink
Bump latest Node
Browse files Browse the repository at this point in the history
Nix hasn't bumped LTS to v20 yet.
  • Loading branch information
samhh committed Oct 26, 2023
1 parent 6e5ead0 commit 84711e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
# Latest released and oldest supported.
node: [20, 18]
node: [21, 18]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
devShells = {
default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_20 ] ++ common;
nativeBuildInputs = with pkgs; [ nodejs_21 ] ++ common;
};

lts = pkgs.mkShell {
Expand Down

0 comments on commit 84711e7

Please sign in to comment.