From 492194fe31d7c2b1256459e353937672097e75af Mon Sep 17 00:00:00 2001 From: Jo Kroese Date: Fri, 19 Jul 2024 21:17:14 +0200 Subject: [PATCH] use stable version of node avoid issues with npm --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c56b6e..ec63a55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: branches: [main] env: - NODE_VERSION: '22' + NODE_VERSION: '22.4.1' jobs: lint: