Skip to content

Commit

Permalink
Merge pull request #1380 from hovancik/fix/npm
Browse files Browse the repository at this point in the history
Don't install npm 10, yet
  • Loading branch information
hovancik authored Oct 7, 2023
2 parents 35b06c1 + f966b28 commit f3ede85
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# commands:
# - apt update && apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools
# - npm install
# - npm install npm -g
# - npm install npm@9 -g
# - node_modules/.bin/electron-builder build --x64
# environment:
# GH_TOKEN:
Expand Down Expand Up @@ -42,7 +42,7 @@
# - gem install fpm -v 1.10.1
# - export USE_SYSTEM_FPM="true"
# - npm install
# - npm install npm -g
# - npm install npm@9 -g
# - node_modules/.bin/electron-builder build --arm64
# environment:
# GH_TOKEN:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/arm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: '18.15.0'
- run: sudo apt update && sudo apt-get install --no-install-recommends -y ruby-full libarchive-tools
- run: sudo gem install fpm -v 1.15
- run: npm install npm -g
- run: npm install npm@9 -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.15.0'
- run: npm install npm -g
- run: npm install npm@9 -g
- run: npm install
- run: node_modules/.bin/electron-builder build
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '18.15.0'
- run: npm install npm -g
- run: npm install npm@9 -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
env:
Expand Down

0 comments on commit f3ede85

Please sign in to comment.