We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c84f99 commit 09bfcc9Copy full SHA for 09bfcc9
.github/publish_slim_package.sh
@@ -1,3 +1,6 @@
1
+# Ensure npm 11.5.1 or later is installed
2
+npm install -g npm@latest
3
+
4
cd slim
5
6
# Extract to PRE_RELEASE_TAG the tag in the version field of the package json, or the empty string if it doesn't exist
0 commit comments