diff --git a/.drone.yml b/.drone.yml index 4b05258..98eb084 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,5 @@ build: - image: node:4.2 + image: node:22.13 commands: - make install - make test