diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08f9efb..1618212 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ docs:preview: - if: $C0_UPDATE_SNAPSHOTS == null && $C0_GH_REF != "refs/heads/main" storybook:build: - image: node:20.18.0 + image: node:20.18.1 stage: build script: - npm ci diff --git a/.tool-versions b/.tool-versions index f31e6b0..e8fc3f8 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.18.0 +nodejs 20.18.1