From 6ad53dbde3f4006127df69d6f6fd099828c4f784 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 2 May 2024 18:59:18 +0200 Subject: [PATCH] Upgrade to Node.js v22 --- .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 b10e6cd..e387b50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 'lts/*' + node-version: '>=22.1.0' # Working (short path) - run: npm install