mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Update dependencies
Summary: Changes the minimum version of Node to 18, and updates the Docker images and GitHub workflows to build Grist with Node 18. Also updates various dependencies and scripts to support building running tests with arm64 builds of Node. Test Plan: Existing tests. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3968
This commit is contained in:
@@ -10,7 +10,7 @@ FROM scratch as ext
|
||||
## Javascript build stage
|
||||
################################################################################
|
||||
|
||||
FROM node:14-buster as builder
|
||||
FROM node:18-buster as builder
|
||||
|
||||
# Install all node dependencies.
|
||||
WORKDIR /grist
|
||||
@@ -67,7 +67,7 @@ FROM gristlabs/gvisor-unprivileged:buster as sandbox
|
||||
################################################################################
|
||||
|
||||
# Now, start preparing final image.
|
||||
FROM node:14-buster-slim
|
||||
FROM node:18-buster-slim
|
||||
|
||||
# Install libexpat1, libsqlite3-0 for python3 library binary dependencies.
|
||||
# Install pgrep for managing gvisor processes.
|
||||
|
||||
Reference in New Issue
Block a user