mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #14280 from overleaf/jpa-latest-node-18
[misc] upgrade Node.js to latest version of 18, 18.17.1 GitOrigin-RevId: 58328bbd630686877c0db6266593ef186851bcc5
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Instead run bin/update_build_scripts from
|
||||
# https://github.com/overleaf/internal/
|
||||
|
||||
FROM node:18.16.1 as base
|
||||
FROM node:18.17.1 as base
|
||||
|
||||
WORKDIR /overleaf/services/notifications
|
||||
|
||||
|
||||
Reference in New Issue
Block a user