Commit 117f070f authored by Thibaud-Vdb's avatar Thibaud-Vdb Committed by Protocole
Browse files

ci(job): update yarn_install node image

parent 2b33e737
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: ""