chore: update build-npm.yml

This commit is contained in:
dmvstrelnikov
2026-03-16 17:24:58 +03:00
parent d0c4da711a
commit 8ea9b9cfba
+6 -6
View File
@@ -1,12 +1,12 @@
build:npm:
image: harbor.vimpelcom.ru/dockerhub/library/node:lts
stage: build
cache:
- key:
files:
- package.json
paths:
- node_modules/
#cache:
# - key:
# files:
# - package.json
# paths:
# - node_modules/
rules:
- !reference [.build-npm-rules, rules]
variables: