Skip to content

Commit

Permalink
Merge pull request #908 from EYBlockchain/westlad/lts
Browse files Browse the repository at this point in the history
feat: update node and npm
  • Loading branch information
Westlad authored Sep 9, 2022
2 parents 3f67a57 + 62fc553 commit e1c6f1d
Show file tree
Hide file tree
Showing 40 changed files with 112,928 additions and 12,799 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browser-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# - uses: actions/checkout@master
# - uses: actions/setup-node@v1
# with:
# node-version: '14.17.0'
# node-version: '16.17.0'
#
# - name: Start Containers
# run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/check-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'
- name: eslint check
run: |
npm ci
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'
- name: General Tests
run: |
npm ci
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Start Containers
run: |
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Start Containers
run: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Build adversary
run: npm run build-adversary
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Start Containers
run: |
Expand Down Expand Up @@ -292,7 +292,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Start Containers with ganache
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ropsten-deploy-cron-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '14.17.0'
node-version: '16.17.0'

- name: Start Containers
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.17.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ not having access to enough memory. We also recommend allocating at least 4 core
are running in a virtual linux environment (e.g. on a Mac).

You will need a local copy of `node` and `npm` to run the tests and `git` to clone the repository.
We have tested with versions 14.15.1 and 6.14.13 of `node` and `npm`, respectively.
We have tested with versions 16.17.0 and 8.15.0 of `node` and `npm`, respectively.

The application will run happily on a MacBook pro and most Linux implementations but Windows isn't
supported. The code is in the process of being combined into a monorepo, so there may be a few code
Expand Down
2 changes: 1 addition & 1 deletion admin.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update -y
# TEMPORARY WORKAROUND FOR ISSUE https://github.com/nodesource/distributions/issues/1266
RUN apt-get install -y ca-certificates
RUN apt-get install -y curl
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs gcc g++ make
RUN apt-get install -y netcat
RUN apt-get install -y netcat-openbsd
Expand Down
Loading

0 comments on commit e1c6f1d

Please sign in to comment.