Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
-

-

-

-

-

-

revert node 18

-

updates
  • Loading branch information
Armaldio committed Nov 18, 2024
1 parent 1117144 commit bd2b6d9
Show file tree
Hide file tree
Showing 9 changed files with 2,883 additions and 1,885 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ jobs:
# mac
- if:
matrix.os == 'macos-latest' ||
matrix.os == 'macos-latest-xlarge'
matrix.os == 'macos-14'
run: brew install p7zip

# windows
Expand All @@ -109,6 +108,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 'pypy2.7-v7.3.12'

- if: matrix.os == 'macos-14' && matrix.runtime != 'nw.js'
uses: actions/setup-python@v4
with:
python-version: '3.10'

- if: matrix.runtime == 'nw.js'
run: |
yarn config set python python2.7
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
23
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greenworks-prebuilds",
"version": "0.8.0",
"version": "0.9.0",
"description": "Prebuild binaries for greenworks",
"type": "module",
"scripts": {
Expand All @@ -24,33 +24,33 @@
"url": "[email protected]:ElectronForConstruct/greenworks-prebuilds.git"
},
"dependencies": {
"@electron/get": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"dotenv": "^16.0.3",
"execa": "^6.1.0",
"fs-extra": "^10.1.0",
"got": "^12.5.3",
"modules-abi": "^1.1.0",
"@electron/get": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"dotenv": "^16.4.1",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"modules-abi": "^1.2.0",
"mri": "^1.2.0",
"node-abi": "^3.28.0",
"node-gyp": "^10.0.1",
"node-abi": "^3.54.0",
"node-gyp": "^10.2.0",
"nw-gyp": "^3.6.6",
"tar": "^6.1.12",
"unzipper": "^0.10.11"
"tar": "^6.2.0",
"ts-pattern": "^5.0.6",
"unzipper": "^0.10.14"
},
"devDependencies": {
"@types/eslint": "^8.4.10",
"@types/fs-extra": "^9.0.13",
"@types/mri": "^1.1.1",
"@types/node": "^18.11.9",
"@types/source-map-support": "^0.5.6",
"@types/tar": "^6.1.3",
"@types/unzipper": "^0.10.5",
"eslint": "^8.27.0",
"@types/eslint": "^8.56.2",
"@types/fs-extra": "^11.0.4",
"@types/mri": "^1.1.5",
"@types/node": "^20.11.13",
"@types/source-map-support": "^0.5.10",
"@types/tar": "^6.1.11",
"@types/unzipper": "^0.10.9",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import": "^2.29.1",
"source-map-support": "^0.5.21",
"typescript": "^4.9.3"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit bd2b6d9

Please sign in to comment.