We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b66b72 commit 0779235Copy full SHA for 0779235
1 file changed
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
63
# Ensure npm 11.5.1 or later is installed
64
- name: Update npm
65
- run: npm install -g npm@@11.6.2
+ run: npm install -g npm@11.6.2
66
67
- name: Download build artifacts
68
uses: actions/download-artifact@v4
0 commit comments