From 1aaaa205ea2067516b3688dde5f8dcd7cbab2891 Mon Sep 17 00:00:00 2001 From: Chase King Date: Tue, 25 Feb 2025 09:47:45 -0500 Subject: [PATCH] Upgraded to node 20 --- Dockerfile.playwright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.playwright b/Dockerfile.playwright index a064c31e..46a2114a 100644 --- a/Dockerfile.playwright +++ b/Dockerfile.playwright @@ -1,4 +1,4 @@ -FROM node:16 +FROM node:20 FROM mcr.microsoft.com/playwright:v1.48.0-noble