Skip to content

Commit 3f08a7e

Browse files
committed
Updated packages
1 parent e2a14fa commit 3f08a7e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- uses: ioBroker/testing-action-check@v1
3434
with:
3535
node-version: '22.x'
36+
install-command: 'npm install'
3637
lint: true
3738

3839
# Runs adapter tests on all supported node versions and OSes
@@ -84,7 +85,7 @@ jobs:
8485
node-version: 22.x
8586

8687
- name: Install Dependencies
87-
run: npm ci
88+
run: npm i
8889

8990
- name: Build
9091
run: npm run build
@@ -123,7 +124,5 @@ jobs:
123124
with:
124125
node-version: '22.x'
125126
build: true
126-
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
127-
# install-command: 'npm install'
128-
# npm-token: ${{ secrets.NPM_TOKEN }}
127+
install-command: 'npm install'
129128
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)