Skip to content

Commit c32b9e7

Browse files
authored
Merge pull request #233 from mjancarik/cnsqa-1977
chore: 🤖 node 24
2 parents a6e379c + 0b14b90 commit c32b9e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

utils/CIRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for PACKAGE in $PACKAGES ; do
3636
done
3737

3838
sed -i "s#https://registry.npmjs.org/#${NPM_LOCAL_REGISTRY_URL}#" package.json
39-
npm publish --registry $NPM_LOCAL_REGISTRY_URL
39+
npm publish --registry $NPM_LOCAL_REGISTRY_URL --tag next
4040
done
4141

4242
# Install @merkur scoped packages from local registry

0 commit comments

Comments
 (0)