Skip to content

Commit

Permalink
chore: upgrade node to lts/hydrogen (Jigsaw-Code#1365)
Browse files Browse the repository at this point in the history
* chore: upgrade to lts/hydrogen

* update github workflows

* fix attempt Jigsaw-Code#1

* ssl, restify upgrade

* more openssl options

* ah thanks sander, using middleware2

* fix ci

* reset package-lock.json

* revert middleware2

* fix optional chaining

* okay cool tests run, but fail

* partially update the node image (i can't find the other one)

* Update test.action.sh

* Update build.action.sh

* Update test.action.sh

* Update build.action.sh

* Update package.json

* Update webpack.config.js

* Update webpack.config.js

* Update build.action.sh

* Update build.action.sh

* Update package.json

* Update README.md
  • Loading branch information
daniellacosse committed Oct 16, 2023
1 parent aa56b08 commit e157315
Show file tree
Hide file tree
Showing 7 changed files with 1,347 additions and 67 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_and_test_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -116,7 +116,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -138,7 +138,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -160,7 +160,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand All @@ -182,7 +182,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2.2.0
with:
node-version: 16
node-version: 18
cache: npm

- name: Install NPM Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ The system comprises the following components:

In order to build and run the code, you need the following installed:

- [Node](https://nodejs.org/en/download/) LTS (`lts/gallium`, version `16.13.0`)
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (version `8.1.0`)
- [Node](https://nodejs.org/en/download/) LTS (`lts/hydrogen`, version `18.16.0`)
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (version `9.5.1`)
- Manager-specific
- [Wine](https://www.winehq.org/download), if you would like to generate binaries for Windows.
- Server-specific
Expand Down
Loading

0 comments on commit e157315

Please sign in to comment.