Sfoglia il codice sorgente

fix(e2e): bump nodejs to fix mocha incompatibility

Peter Thomassen 5 anni fa
parent
commit
fef6327269
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      test/e2e/Dockerfile

+ 1 - 1
test/e2e/Dockerfile

@@ -1,4 +1,4 @@
-FROM node:8
+FROM node:14
 
 RUN apt-get update && apt-get install -y \
 		dnsutils \