Skip to content

Commit

Permalink
Bump node version packages (#88)
Browse files Browse the repository at this point in the history
* #87 Bump node version to match latest nix unstable
* #87 Bump all package versions
* #87 Fix README link typo
* #87 Bump to latest node and prisma version
* #87 Bump all package versions
  • Loading branch information
danielemery authored Apr 20, 2024
1 parent aaeb3a0 commit 83bf3bc
Show file tree
Hide file tree
Showing 9 changed files with 2,282 additions and 4,392 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.9.0
NODE_VERSION: 20.12.2

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.9.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: 20.9.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 @@
v20.9.0
v20.12.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-alpine
FROM node:20.12.2-alpine
ENV NODE_ENV=production

ARG IMAGE_VERSION
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ Follows the [GraphQL Cursor Connections Specification](https://relay.dev/graphql

# Deployment

The api is packaged in docker and deployed with github actions to the (github registry)[https://github.com/danielemery/quizlord-api/pkgs/container/quizlord-api].
The api is packaged in docker and deployed with github actions to the [github registry](https://github.com/danielemery/quizlord-api/pkgs/container/quizlord-api).
A helm template is also deployed with a github action to https://helm.demery.net.

See (quizlord-stack)[https://github.com/danielemery/quizlord-stack] for further details about deployment and for the terraform module.
See [quizlord-stack](https://github.com/danielemery/quizlord-stack) for further details about deployment and for the terraform module.

# Local Development

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.

Loading

0 comments on commit 83bf3bc

Please sign in to comment.