Skip to content

Commit

Permalink
Update deps (#123)
Browse files Browse the repository at this point in the history
Fix #120
  • Loading branch information
asamuzaK authored Feb 23, 2024
1 parent a667873 commit a6b290d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ jobs:
strategy:
matrix:
include:
- asset-name: linux-x86_64.tar.gz
node-version: 20.x
- node-version: 20.x
os: ubuntu-latest
python-version: '3.x'
asset-name: linux-x86_64.tar.gz
pkg-dir: pkg/linux
bin-file: ./pkg/linux/index
make-args: --make-args="-j4"
zip-cmd: cd ./pkg/linux && tar -cvzf linux-x86_64.tar.gz LICENSE README.md README.ja.md index && cd ../../
zip-mime: application/gzip
- asset-name: macos.tar.gz
node-version: 20.x
- node-version: 20.x
os: macos-latest
python-version: '3.x'
asset-name: macos.tar.gz
pkg-dir: pkg/macos
bin-file: ./pkg/macos/index
make-args: --make-args="-j4"
zip-cmd: cd ./pkg/macos && tar -cvzf macos.tar.gz LICENSE README.md README.ja.md index && cd ../../
zip-mime: application/gzip
- asset-name: win64.zip
node-version: 20.x
- node-version: 20.x
os: windows-latest
python-version: '3.x'
asset-name: win64.zip
pkg-dir: pkg/win
bin-file: ./pkg/win/index.exe
make-args: ''
Expand Down
2 changes: 1 addition & 1 deletion modules/version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"readline-sync": "^1.4.10",
"semver-parser": "^4.1.6",
"undici": "^6.6.2",
"web-ext-native-msg": "^6.2.1"
"web-ext-native-msg": "^6.2.3"
},
"devDependencies": {
"boxednode": "^2.3.0",
Expand All @@ -29,7 +29,7 @@
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-jsdoc": "^48.2.0",
"eslint-plugin-regexp": "^2.2.0",
"eslint-plugin-unicorn": "^51.0.1",
"genversion": "^3.2.0",
Expand All @@ -48,5 +48,5 @@
"test": "c8 --reporter=text mocha --exit test/*.test.js",
"zip-jszip": "jszip"
},
"version": "8.0.1"
"version": "8.0.5-a.1"
}

0 comments on commit a6b290d

Please sign in to comment.