Skip to content

Commit

Permalink
Use Node.js v17 in CI
Browse files Browse the repository at this point in the history
npm install fails with Node.js v18 as there's no prebuilt Frida bindings.
  • Loading branch information
samuelthomas2774 committed May 7, 2022
1 parent 355cefe commit 2dbd394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: node:latest
image: node:17

cache:
paths:
Expand Down

0 comments on commit 2dbd394

Please sign in to comment.