Skip to content

Commit

Permalink
Merge pull request #72 from danielemery/71-upgrade-dependencies
Browse files Browse the repository at this point in the history
Upgrade dependencies
  • Loading branch information
danielemery authored Nov 26, 2024
2 parents 06a63f4 + a3ee8c5 commit b2bc4bd
Show file tree
Hide file tree
Showing 11 changed files with 1,466 additions and 665 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
NODE_VERSION: 20.12.2
NODE_VERSION: 22.10.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:
contents: read

env:
NODE_VERSION: 20.12.2
NODE_VERSION: 22.10.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.12.2
v22.10.0
6 changes: 3 additions & 3 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
Expand Up @@ -19,7 +19,7 @@
default = pkgs.mkShell {
buildInputs = with pkgs; [
doppler
nodejs_20
nodejs_22
];
};
});
Expand Down
Loading

0 comments on commit b2bc4bd

Please sign in to comment.