Skip to content

Commit

Permalink
#50 Bump node version and packages (#52)
Browse files Browse the repository at this point in the history
* #50 bump to latest node version
* #50 Bump safe npm packages
  • Loading branch information
danielemery authored Apr 20, 2024
1 parent 3787986 commit 26ec45c
Show file tree
Hide file tree
Showing 7 changed files with 724 additions and 630 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: 18.16.0
NODE_VERSION: 20.12.2

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: 18.16.0
NODE_VERSION: 20.12.2

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.16.0
v20.12.2
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-18_x
nodejs_20
];
};
});
Expand Down
Loading

0 comments on commit 26ec45c

Please sign in to comment.