Skip to content

Commit f45f902

Browse files
committed
improve code
1 parent b8ea474 commit f45f902

5 files changed

Lines changed: 12 additions & 15 deletions

File tree

.github/workflows/custom_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3737
automatic_release_tag: "${{ env.NODE_VERSION }}"
3838
prerelease: false
39-
title: "Node.js ${{ env.NODE_VERSION }} Build"
39+
title: "Node.js ${{ env.NODE_VERSION }} Current Build"
4040
files: |
4141
*.deb

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
3030
automatic_release_tag: "${{ env.NODE_VERSION }}"
3131
prerelease: false
32-
title: "Node.js ${{ env.NODE_VERSION }} Build"
32+
title: "Node.js ${{ env.NODE_VERSION }} LTS Build"
3333
files: |
3434
*.deb

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ Deb file for Nodejs
55

66
[![All Downloads](https://img.shields.io/github/downloads/jakbin/deb-scripts/total.svg)](https://github.com/jakbin/deb-scripts)
77

8-
### Nodejs Version : v22.14.0
8+
## Nodejs Version :
9+
10+
11+
### LTS :
12+
- v22.17.1
13+
- v22.16.0
14+
15+
### Latest
16+
- v24.1.0

nodejs/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

nodejs/nodeDeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# repo url:- https://github.com/jakbin/deb-scripts
44

55

6-
version='v22.16.0'
6+
version='v22.17.1'
77

88
if [ -f 'node-'$version'-linux-x64.tar.xz' ]; then
99
echo "file node-$version-linux-x64.tar.xz already exits"

0 commit comments

Comments
 (0)