Skip to content

Commit 7ed5b8e

Browse files
Merge pull request #201 from sebastienbarbier/develop
Bump node dependency
2 parents 3a00c5d + 72ba55a commit 7ed5b8e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [20.11.1]
8+
node-version: [20.19.5]
99
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1010
services:
1111
seven23:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.11.1
1+
v20.19.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build environment
2-
FROM node:20.11.1-alpine as build
2+
FROM node:20.19.5-alpine as build
33
# Install python/pip to run node-saas build
44
ENV PYTHONUNBUFFERED=1
55
RUN apk add --no-cache make g++ git

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)