Use Node.js v17 in CI

npm install fails with Node.js v18 as there's no prebuilt Frida bindings.
This commit is contained in:
Samuel Elliott 2022-05-07 23:07:37 +01:00
parent 355cefe382
commit 2dbd394cd9
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6

View File

@ -1,4 +1,4 @@
image: node:latest
image: node:17
cache:
paths: