From 78b8772efff14e035fd5302080ef90769a2f9736 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 8 Jan 2025 22:43:58 +0100 Subject: [PATCH] Use node 22 in CI. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 712f5a4..d1fabfc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: install - image: node:20-alpine + image: node:22-alpine commands: - npm install - npm run lint