Skip to content

Commit

Permalink
v1.4.3 (#33)
Browse files Browse the repository at this point in the history
* update packages
* node 20.9 LTS
* v1.4.3
* Node 20.11.1 LTS
* regenerate package-lock.json
  • Loading branch information
Nelson-numerical-software authored Feb 25, 2024
1 parent 8e0f6de commit c2543a5
Show file tree
Hide file tree
Showing 7 changed files with 1,137 additions and 5,028 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.12.1]
node-version: [20.11.1]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm run dockerInstall
Expand All @@ -19,7 +19,7 @@ jobs:
- run: npm pack
- run: mkdir /home/runner/work/nelson-cloud/nelson-cloud/artifacts
- run: cp /home/runner/work/nelson-cloud/nelson-cloud/nelson-cloud-*.tgz /home/runner/work/nelson-cloud/nelson-cloud/artifacts
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: nelson-cloud-github-action-artifacts
path: artifacts/
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.12.1
20.11.1
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.4.3 (2024-02-25)

- Update packages dependencies

- Tested with Nelson 1.2.0

- Requires Nodejs 20.11.1 LTS

## 1.4.2 (2022-11-18)

- Update packages dependencies
Expand Down
2 changes: 1 addition & 1 deletion lib/nelsonSocketIO.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function nelsonSocketIO() {
io.to('browser').emit('initialization');

child_on(socket, child, io);
}
},
);
});
//=============================================================================
Expand Down
Loading

0 comments on commit c2543a5

Please sign in to comment.