Commit 19933a9b authored by totara-thib's avatar totara-thib
Browse files

ci(image): update node image version

parent f9a1681c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ This job will run a predefined `test` command that can be specified in the `pack

* Job name: `npm_test`
* Default stage: `static_tests`
* Docker image: [`node:15.7-buster`](https://hub.docker.com/_/node){:target="_blank"}
* Docker image: [`node:17-buster`](https://hub.docker.com/_/node){:target="_blank"}
* When: `always`


+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ icon: 🧪
maintainer: moha-s
license: MIT
images:
    "node": "15.14-buster"
    "node": "17-buster"
tools:
labels:
    - GitLab
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ stages:
npm_test:
  stage: static_tests
  image:
    name: node:15.14-buster
    name: node:17-buster
    entrypoint: [""]
  variables:
    PROJECT_ROOT: "."
+1 −0
Original line number Diff line number Diff line
* Upgrade image `node` from `15.14` to `17-buster`