From 15fbaf081f4827acc2b70d8cd57692b0f19c6a33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:48:18 +0000 Subject: [PATCH] chore(deps): update dependency node to 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 4698a50..b0ce272 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,7 +62,7 @@ jobs: - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "22.x" - name: NPM install run: npm install - name: Release 🎉