Skip to content

Commit 54c0721

Browse files
authored
Uncommented 'npm install'
1 parent 109aac1 commit 54c0721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
node-version: '22.x'
8080
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
81-
# install-command: 'npm install'
81+
install-command: 'npm install'
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383

8484
# # When using Sentry for error reporting, Sentry can be informed about new releases

0 commit comments

Comments
 (0)