pin node to 23.1

This commit is contained in:
Robert Kaussow 2024-11-21 21:14:45 +01:00
parent 033789bd48
commit 1e30e65efd
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

@ -1,6 +1,6 @@
variables: variables:
- &golang_image 'docker.io/golang:1.23' - &golang_image 'docker.io/golang:1.23'
- &node_image 'docker.io/node:23-alpine' - &node_image 'docker.io/node:23.1-alpine'
- &alpine_image 'docker.io/alpine:3.20' - &alpine_image 'docker.io/alpine:3.20'
- path: &when_path - path: &when_path
- 'docs/**' - 'docs/**'