From 7a706910494cad1cb7a5d2270642e8ea37eec48b Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Mon, 9 Sep 2024 13:58:50 +0200 Subject: [PATCH] Upgrade to Node.js 22.7.0 --- .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..11e6a3f 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.7.0' # Working (short path) - run: npm install