Commit b75e0467 authored by Protocole's avatar Protocole
Browse files

Merge branch '584-bump-yarn_test-version' into 'latest'

Resolve "Bump yarn_test version"

Closes #584

See merge request r2devops/hub!360
parents a956e61a c479986c
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.

## [1.1.0] - 2022-05-20
* Upgrade node version to `18`

## [1.0.0] - 2022-04-14
* Change the default stage into `tests`

+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ This job will run a predefined `test` command that can be specified in the `pack

* Job name: `yarn_test`
* Default stage: `tests`
* Docker image: [`node:16.0-buster`](https://hub.docker.com/_/node){:target="_blank"}
* Docker image: [`node:18-buster`](https://hub.docker.com/_/node){:target="_blank"}
* When: `always`


+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ stages:
yarn_test:
  stage: tests
  image:
    name: node:16.0-buster
    name: node:18-buster
    entrypoint: [""]
  variables:
    PROJECT_ROOT: "."