Skip to content
Snippets Groups Projects
Verified Commit 0dfd8ecc authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

feat: update node runner to latest LTS version

parent 0a2130d2
No related branches found
No related tags found
No related merge requests found
variables:
WPDESK_CI_VERSION: "2024.10.08"
WPDESK_CI_VERSION: "2024.10.10"
MYSQL_ROOT_PASSWORD: "mysql"
MYSQL_DATABASE: "wptest"
MYSQL_USER: "mysql"
......
......@@ -333,7 +333,7 @@ library:
deploy to npm:
<<: *job-deploy-template
image: node:latest
image: node:20.18-slim
stage: deploy
tags:
- deploy
......
......@@ -26,7 +26,7 @@ prepare prefixed vendor:
- rm auth.json
prepare npm assets:
image: node:16.10
image: node:20.18-slim
artifacts:
name: "node_assets"
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment