From 2dbd394cd9c6a24bf559fc333098194d7a0d5a79 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sat, 7 May 2022 23:07:37 +0100 Subject: [PATCH] Use Node.js v17 in CI npm install fails with Node.js v18 as there's no prebuilt Frida bindings. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 92d2914..0223349 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:latest +image: node:17 cache: paths: