Skip to content

Commit c2543a5

Browse files
v1.4.3 (#33)
* update packages * node 20.9 LTS * v1.4.3 * Node 20.11.1 LTS * regenerate package-lock.json
1 parent 8e0f6de commit c2543a5

File tree

7 files changed

+1137
-5028
lines changed

7 files changed

+1137
-5028
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
node-version: [18.12.1]
8+
node-version: [20.11.1]
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Use Node.js ${{ matrix.node-version }}
12-
uses: actions/setup-node@v1
12+
uses: actions/setup-node@v4
1313
with:
1414
node-version: ${{ matrix.node-version }}
1515
- run: npm run dockerInstall
@@ -19,7 +19,7 @@ jobs:
1919
- run: npm pack
2020
- run: mkdir /home/runner/work/nelson-cloud/nelson-cloud/artifacts
2121
- run: cp /home/runner/work/nelson-cloud/nelson-cloud/nelson-cloud-*.tgz /home/runner/work/nelson-cloud/nelson-cloud/artifacts
22-
- uses: actions/upload-artifact@v1
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: nelson-cloud-github-action-artifacts
2525
path: artifacts/

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.12.1
1+
20.11.1

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.4.3 (2024-02-25)
2+
3+
- Update packages dependencies
4+
5+
- Tested with Nelson 1.2.0
6+
7+
- Requires Nodejs 20.11.1 LTS
8+
19
## 1.4.2 (2022-11-18)
210

311
- Update packages dependencies

lib/nelsonSocketIO.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function nelsonSocketIO() {
5858
io.to('browser').emit('initialization');
5959

6060
child_on(socket, child, io);
61-
}
61+
},
6262
);
6363
});
6464
//=============================================================================

0 commit comments

Comments
 (0)