Skip to content

Commit

Permalink
Update Github Actions and Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnelreposo committed Mar 19, 2024
1 parent 557e1ac commit 510adf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [21.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
packages = [
pkgs.which
pkgs.vscode # export NIXPKGS_ALLOW_UNFREE=1
pkgs.nodejs_21
pkgs.nodejs_20
];

# Shell environments
Expand Down

0 comments on commit 510adf0

Please sign in to comment.