We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109aac1 commit 54c0721Copy full SHA for 54c0721
1 file changed
.github/workflows/test-and-release.yml
@@ -78,7 +78,7 @@ jobs:
78
with:
79
node-version: '22.x'
80
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
81
- # install-command: 'npm install'
+ install-command: 'npm install'
82
github-token: ${{ secrets.GITHUB_TOKEN }}
83
84
# # When using Sentry for error reporting, Sentry can be informed about new releases
0 commit comments