Loading jobs/jest/CHANGELOG.md +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` Loading jobs/jest/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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` Loading jobs/jest/jest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - tests jest: image: node:15.14-buster image: node:18.1-alpine3.14 stage: tests variables: PROJECT_ROOT: "." Loading Loading
jobs/jest/CHANGELOG.md +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` Loading
jobs/jest/README.md +1 −1 Original line number Diff line number Diff line Loading @@ -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` Loading
jobs/jest/jest.yml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - tests jest: image: node:15.14-buster image: node:18.1-alpine3.14 stage: tests variables: PROJECT_ROOT: "." Loading