Browse Source

⬆️: update to node 14

master
Adrien 3 years ago
parent
commit
2d75ad4457
5 changed files with 641 additions and 470 deletions
  1. +1
    -1
      .nvmrc
  2. +2
    -2
      Dockerfile
  3. +1
    -1
      README.md
  4. +1
    -1
      package.json
  5. +636
    -465
      yarn.lock

+ 1
- 1
.nvmrc View File

@@ -1 +1 @@
12
14

+ 2
- 2
Dockerfile View File

@@ -1,5 +1,5 @@
FROM node:erbium-alpine
RUN apk add python2
FROM node:fermium-alpine
RUN apk add python2 make g++
WORKDIR /home/node WORKDIR /home/node
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN chown node:node -R . RUN chown node:node -R .


+ 1
- 1
README.md View File

@@ -9,7 +9,7 @@


## Build Setup ## Build Setup


This project run on the node 12 LTS version (Erbium)
This project run on the node 14 LTS version (Fermium)


``` bash ``` bash
# install dependencies # install dependencies


+ 1
- 1
package.json View File

@@ -52,7 +52,7 @@
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"sass-loader": "7.3.1", "sass-loader": "7.3.1",
"semver": "^5.4.1", "semver": "^5.4.1",
"shelljs": "^0.7.8",
"shelljs": "^0.8.4",
"sw-precache-webpack-plugin": "^0.11.4", "sw-precache-webpack-plugin": "^0.11.4",
"uglify-es": "^3.1.3", "uglify-es": "^3.1.3",
"url-loader": "^0.6.2", "url-loader": "^0.6.2",


+ 636
- 465
yarn.lock
File diff suppressed because it is too large
View File


Loading…
Cancel
Save