Skip to content

Commit

Permalink
Fix installation on Github Windows Systems
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelstemmer committed Sep 18, 2024
1 parent 8b67a92 commit 1de9fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
install-command: 'npm install'
type-checking: true
lint: true

Expand All @@ -50,7 +50,7 @@ jobs:
node-version: ${{ matrix.node-version }}
os: ${{ matrix.os }}
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
install-command: 'npm install'
build: true

# TODO: To enable automatic npm releases, create a token on npmjs.org
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
node-version: '20.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
install-command: 'npm install'
build: true
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1de9fa9

Please sign in to comment.