Skip to content

Commit

Permalink
Merge pull request #854 from dmytroshch/node18
Browse files Browse the repository at this point in the history
(refactor) Small changes related to nodejs 18 upgrading
  • Loading branch information
bhoomij authored Sep 24, 2023
2 parents 3b4db7a + 27a7fb8 commit ab0b070
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 91 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ GENERATE_SOURCEMAP=false
SKIP_PREFLIGHT_CHECK=true
ALGO_LOG=true
ALGO_LOG_DIR=logs
NODE_OPTIONS=--openssl-legacy-provider

2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [18.17.x]
node-version: [18.18.x]

steps:
- name: Install sha256sum
Expand Down
Loading

0 comments on commit ab0b070

Please sign in to comment.