diff --git a/.github/actions/linux-build/Dockerfile b/.github/actions/linux-build/Dockerfile index 4f23d2da..ca04e1ac 100644 --- a/.github/actions/linux-build/Dockerfile +++ b/.github/actions/linux-build/Dockerfile @@ -4,7 +4,7 @@ COPY entrypoint.sh /entrypoint.sh RUN apt-get update RUN apt-get install -y build-essential git-core unzip curl pkg-config rpm -RUN curl -sL https://deb.nodesource.com/setup_15.x | sudo -E bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - RUN apt-get install -y nodejs RUN npm i -g grunt-cli diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6cf5971a..bc588379 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Upgrade Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci @@ -125,7 +125,7 @@ jobs: - name: Upgrade Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci @@ -184,7 +184,7 @@ jobs: - name: Upgrade Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Install npm modules run: npm ci @@ -264,7 +264,7 @@ jobs: - name: Upgrade Node.js uses: actions/setup-node@v2 with: - node-version: '16' + node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Install npm modules working-directory: keeweb diff --git a/.nvmrc b/.nvmrc index 2ab3d4be..ef33d651 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.20.2 +v18.20.1