Skip to content

Commit

Permalink
Merge pull request #117 from danielemery/116-update-npm-packages
Browse files Browse the repository at this point in the history
Update npm packages
  • Loading branch information
danielemery authored Nov 25, 2024
2 parents de243c8 + 803f490 commit bc60518
Show file tree
Hide file tree
Showing 11 changed files with 3,401 additions and 3,039 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
contents: read

env:
NODE_VERSION: 20.12.2
NODE_VERSION: 22.10.0

jobs:
test:
Expand Down
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12.2-alpine
FROM node:22.10.0-alpine
ENV NODE_ENV=production

ARG IMAGE_VERSION
Expand Down
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 @@ -21,7 +21,7 @@
nativeBuildInputs = [ pkgs.bashInteractive ];
buildInputs = with pkgs; [
doppler
nodejs_20
nodejs_22

# See https://github.com/prisma/prisma/issues/3026#issuecomment-927258138 for all the details about running Prisma
nodePackages.prisma
Expand Down
Loading

0 comments on commit bc60518

Please sign in to comment.