Skip to content

Commit

Permalink
Upgrade to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jan 17, 2024
1 parent 4fc46fc commit 836010e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ help: makefile
.PHONY: start-app
start-app:
cd tasklite-airsequel-app \
&& npx elm-app start
&& NODE_OPTIONS=--openssl-legacy-provider \
npx elm-app start


.PHONY: test
Expand Down
1 change: 1 addition & 0 deletions tasklite-airsequel-app/.nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
4 changes: 4 additions & 0 deletions tasklite-airsequel-app/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.PHONY: start
start:
NODE_OPTIONS=--openssl-legacy-provider \
npx elm-app start --no-debug --no-browser

0 comments on commit 836010e

Please sign in to comment.