Loading jobs/yarn_test/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.1.0] - 2022-05-20 * Upgrade node version to `18` ## [1.0.0] - 2022-04-14 * Change the default stage into `tests` Loading jobs/yarn_test/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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` Loading jobs/yarn_test/yarn_test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ stages: yarn_test: stage: tests image: name: node:16.0-buster name: node:18-buster entrypoint: [""] variables: PROJECT_ROOT: "." Loading Loading
jobs/yarn_test/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.1.0] - 2022-05-20 * Upgrade node version to `18` ## [1.0.0] - 2022-04-14 * Change the default stage into `tests` Loading
jobs/yarn_test/README.md +2 −2 Original line number Diff line number Diff line Loading @@ -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` Loading
jobs/yarn_test/yarn_test.yml +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ stages: yarn_test: stage: tests image: name: node:16.0-buster name: node:18-buster entrypoint: [""] variables: PROJECT_ROOT: "." Loading