From 091e01535cc62db38fc8c028977f73426a71a4a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Oct 2024 19:36:17 +0000 Subject: [PATCH] chore(deps): update node.js to v20.18.0 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 776527d..1206289 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ steps: test: - image: node:20.15.1 + image: node:20.18.0 commands: - yarn install - yarn lint -- 2.39.5