Skip to content

Commit

Permalink
Bump node.js version to 20.10.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Dec 14, 2023
1 parent e149901 commit 8d875b4
Show file tree
Hide file tree
Showing 4 changed files with 8,815 additions and 4,350 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARG UBUNTU_RELEASE

ARG DEBIAN_FRONTEND=noninteractive

ENV NODE_VERSION=v14.17.3
ENV NODE_VERSION=v20.10.0
ENV JAVA_VERSION=11.0.11.hs-adpt
ENV GRADLE_VERSION=7.1.1
ENV CC=gcc-7
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ deps-python: verify-prereq-python

bundle-javascript: deps-javascript
$(call announce-begin,"Building Javascript bundle")
cd $(SWIFTNAV_ROOT); npm run webpack
cd $(SWIFTNAV_ROOT); NODE_OPTIONS=--openssl-legacy-provider npm run webpack
$(call announce-end,"Finished building JavaScript bundle")

deps-javascript: verify-prereq-javascript
Expand Down
Loading

0 comments on commit 8d875b4

Please sign in to comment.