Skip to content
Snippets Groups Projects
Unverified Commit 9ac1d74e authored by vmaubert's avatar vmaubert Committed by GitHub
Browse files

chore(npm): met à jour la version de node (#546)

parent eb9c20e2
Branches
Tags v0.66.0
No related merge requests found
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -34,7 +34,7 @@ jobs: ...@@ -34,7 +34,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -83,7 +83,7 @@ jobs: ...@@ -83,7 +83,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Npm install - name: Npm install
run: make install run: make install
...@@ -123,7 +123,7 @@ jobs: ...@@ -123,7 +123,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Npm install - name: Npm install
run: make install run: make install
......
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -28,7 +28,7 @@ jobs: ...@@ -28,7 +28,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -46,7 +46,7 @@ jobs: ...@@ -46,7 +46,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Npm install - name: Npm install
run: make install run: make install
......
...@@ -16,7 +16,7 @@ jobs: ...@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Graphql inspector - name: Graphql inspector
run : make graphql/check run : make graphql/check
......
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Install - name: Install
run: make install run: make install
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Test units - name: Test units
run: | run: |
...@@ -71,7 +71,7 @@ jobs: ...@@ -71,7 +71,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '19.1' node-version: '20.1'
cache: 'npm' cache: 'npm'
- name: Generate storybook - name: Generate storybook
run: | run: |
......
FROM node:19.1-alpine FROM node:20.1-alpine
WORKDIR / WORKDIR /
RUN apk add make RUN apk add make
......
#https://github.com/fabriziocucci/vuejs.org/blob/7f9aa12833c085b97a826df3ba240f7d9e069e1b/src/v2/cookbook/dockerize-vuejs-app.md #https://github.com/fabriziocucci/vuejs.org/blob/7f9aa12833c085b97a826df3ba240f7d9e069e1b/src/v2/cookbook/dockerize-vuejs-app.md
FROM node:19.1-alpine as build-stage FROM node:20.1-alpine as build-stage
LABEL maintainer=francois.romain@beta.gouv.fr LABEL maintainer=francois.romain@beta.gouv.fr
ARG GIT_SHA ARG GIT_SHA
ENV GIT_SHA=${GIT_SHA} ENV GIT_SHA=${GIT_SHA}
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"semantic-release-mattermost": "^1.1.1" "semantic-release-mattermost": "^1.1.1"
}, },
"engines": { "engines": {
"node": ">=19.1.0", "node": ">=20.1.0",
"npm": ">=8.19.3" "npm": ">=8.19.3"
} }
}, },
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "camino", "name": "camino",
"version": "1.0.0", "version": "1.0.0",
"engines": { "engines": {
"node": ">=19.1.0", "node": ">=20.1.0",
"npm": ">=8.19.3" "npm": ">=8.19.3"
}, },
"description": "Le cadastre minier numérique ouvert", "description": "Le cadastre minier numérique ouvert",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment