Skip to content

Commit

Permalink
Merge pull request #92 from lost-university/dependency-update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
jeremystucki authored Jan 29, 2025
2 parents 942b771 + dc469bb commit 1294cb5
Show file tree
Hide file tree
Showing 20 changed files with 1,067 additions and 985 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v3
with: { node-version: 16 }
with: { node-version: 20 }
- name: Install Dependencies
run: npm install
- name: Build
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
Expand Down
Loading

0 comments on commit 1294cb5

Please sign in to comment.