Commit 71383125 authored by Protocole's avatar Protocole
Browse files

Merge branch '577-yarn_install-update-node-image' into 'latest'

Resolve "[Yarn_install] - Update node image"

Closes #577

See merge request r2devops/hub!354
parents cb5bd628 117f070f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.5.0] - 2022-05-13
* Update image `node` to `18`

## [0.4.1] - 2021-07-25
* Fix cache relative paths
* Add prefix to cache
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ This job installs `yarn` dependencies listed in your `package.json` and exposes

* Job name: `yarn_install`
* Default stage: [`.pre`](https://docs.gitlab.com/ee/ci/yaml/#pre-and-post)
* Docker image: [`node:15.7-buster`](https://hub.docker.com/_/node){:target="_blank"}
* Docker image: [`node:18-buster`](https://hub.docker.com/_/node){:target="_blank"}
* When: `always`


+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cache:
yarn_install:
  stage: .pre
  image:
    name: node:15.14-buster
    name: node:18-buster
    entrypoint: [""]
  variables:
    YARN_INSTALL_OPTIONS: ""