Skip to content

Commit

Permalink
fix: use node 18 (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored Dec 20, 2023
1 parent 7115ee2 commit cc9b7a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20
v18
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine3.18 as base
FROM node:18-alpine3.18 as base
RUN apk add --no-cache libc6-compat
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "secretariat",
"version": "1.57.2",
"engines": {
"node": "20"
"node": "18"
},
"private": true,
"homepage": "https://github.com/SocialGouv/secretariat",
Expand Down

0 comments on commit cc9b7a6

Please sign in to comment.