Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Aug 7, 2022
1 parent a230f27 commit 601aea4
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:

steps:
- name: Build
image: amd64/node:16.15.0-buster
image: amd64/node:16.14.2-buster
commands:
- apt update && apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools
- npm install
Expand All @@ -36,7 +36,7 @@ platform:

steps:
- name: Build
image: arm64v8/node:16.15.0-buster
image: arm64v8/node:16.14.2-buster
commands:
- apt update && apt-get install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools
- gem install fpm -v 1.10.1
Expand Down Expand Up @@ -65,7 +65,7 @@ platform:

steps:
- name: Build
image: arm32v7/node:16.15.0-buster
image: arm32v7/node:16.14.2-buster
commands:
- apt update && apt-get install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools
- gem install fpm -v 1.10.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

strategy:
matrix:
os: [macos-latest, windows-2019]
os: [macos-latest, windows-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.15.0'
node-version: '16.14.2'
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.15.0'
node-version: '16.14.2'
- run: npm install -g npm
- run: npm install
- run: node_modules/.bin/electron-builder --linux snap -c.snap.publish=github
- run: node_modules/.bin/electron-builder --linux snap --publish=never
env:
GH_TOKEN: ${{ secrets.github_token }}
- name: Setup Snapcraft
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Set Timezone
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.15.0'
node-version: '16.14.2'
- run: npm install npm -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
Expand Down
Loading

0 comments on commit 601aea4

Please sign in to comment.