Unverified Commit 9992a0f5 authored by GridexX's avatar GridexX
Browse files

feat(jest): update docker image

parent efaac6de
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.0.1] - 2022-05-09
* Update docker image to node:18.1-alpine3.14

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

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ On top of rolling your tests for you, it will create you a coverage report

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


+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ stages:
  - tests

jest:
  image: node:15.14-buster
  image: node:18.1-alpine3.14
  stage: tests
  variables:
    PROJECT_ROOT: "."