Skip to content

Commit

Permalink
Merge pull request #1226 from AletheiaFact/bump-node-version
Browse files Browse the repository at this point in the history
Bump node version to 18.19.1
  • Loading branch information
pepermao authored May 30, 2024
2 parents 1d2c6c0 + 3dabfe5 commit eb51c68
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.14.0]
node-version: [18.19.1]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.14.0]
node-version: [18.19.1]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.14.0]
node-version: [18.19.1]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -79,7 +79,7 @@ jobs:
# runs-on: ubuntu-latest
# strategy:
# matrix:
# node-version: [18.14.0]
# node-version: [18.19.1]
# steps:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.14.0
18.19.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.17.0-alpine AS package
FROM node:18.19.1-alpine AS package

ARG NEXT_PUBLIC_UMAMI_SITE_ID
ARG NEXT_PUBLIC_RECAPTCHA_SITEKEY
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN NEXT_PUBLIC_UMAMI_SITE_ID=$NEXT_PUBLIC_UMAMI_SITE_ID \
NEXT_PUBLIC_ORY_SDK_URL=$NEXT_PUBLIC_ORY_SDK_URL \
yarn build

FROM node:18.17.0-alpine
FROM node:18.19.1-alpine

LABEL maintainer="Giovanni Rossini <[email protected]>"

Expand Down

0 comments on commit eb51c68

Please sign in to comment.