Skip to content

Commit

Permalink
Update nody-greeter version
Browse files Browse the repository at this point in the history
  • Loading branch information
JezerM committed Jul 14, 2024
1 parent cc664b2 commit b7409b4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: npm
-
name: Install npm dependencies
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 12, 14, 16 ]
node: [ 18 ]

steps:
-
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 12, 14, 16 ]
node: [ 18 ]

steps:
-
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 12, 14, 16 ]
node: [ 18 ]

steps:
-
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16 ]
node: [ 18 ]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Setup node
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 18
cache: npm
-
name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
submodules: recursive
-
name: Dispatch void-linux build
uses: aurelien-baudet/workflow-dispatch@v2
uses: the-actions-org/workflow-dispatch@v4
with:
workflow: build.yml
repo: JezerM/nody-greeter-void
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Themes working in **web-greeter** should work also here. All themes shipped with

### Build dependencies

- Node.js (v12, v14 and v16 are supported)
- Node.js (v18 supported)
- Python 3
- base-devel (build-essentials)

Expand Down Expand Up @@ -129,7 +129,7 @@ Check `nody-greeter --help` for more commands.

### node-gyp fails on `npm run rebuild`

> Supported Node.js versions: 12, 14, 15, 16 (other versions should work but are untested)
> Supported Node.js versions: 16, 18 (other versions should work but are untested)
Make sure you are using a [node-gtk][node-gtk] supported Node.js version.

Expand Down
4 changes: 2 additions & 2 deletions build/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: nody-greeter
Version: 1.5.2
Version: 1.6.0
Provides: lightdm-greeter
Replaces: lightdm-webkit-greeter
Section: x11
Priority: optional
Homepage: https://github.com/JezerM/nody-greeter
Installed-Size: 304160
Installed-Size: 304404
Architecture: amd64
Maintainer: JezerM <amyuki4@gmail.com>
Depends: gobject-introspection, liblightdm-gobject-1-0, libcairo2, liblightdm-gobject-1-dev, libc6
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nody-greeter",
"version": "1.5.2",
"version": "1.6.0",
"apiVersion": "1.0.0",
"description": "Node.js (electron) greeter for LightDM",
"main": "out/main/index.cjs",
Expand Down

0 comments on commit b7409b4

Please sign in to comment.