We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a14fa commit 3f08a7eCopy full SHA for 3f08a7e
.github/workflows/test-and-release.yml
@@ -33,6 +33,7 @@ jobs:
33
- uses: ioBroker/testing-action-check@v1
34
with:
35
node-version: '22.x'
36
+ install-command: 'npm install'
37
lint: true
38
39
# Runs adapter tests on all supported node versions and OSes
@@ -84,7 +85,7 @@ jobs:
84
85
node-version: 22.x
86
87
- name: Install Dependencies
- run: npm ci
88
+ run: npm i
89
90
- name: Build
91
run: npm run build
@@ -123,7 +124,5 @@ jobs:
123
124
125
126
build: true
- # Uncomment the following line if your adapter cannot be installed using 'npm ci'
127
- # install-command: 'npm install'
128
- # npm-token: ${{ secrets.NPM_TOKEN }}
129
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments