From cfac7d0c7b109d9aa6f524939fe6fc4fc4f0c5a8 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Thu, 1 May 2025 03:58:25 +0000 Subject: [PATCH] fix(deps): Update dependency node to v22 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/regen.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe2e631..8a49f29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: "npm" - node-version: "16" + node-version: "22" - name: Install dependencies run: npm ci diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67626b9..97021c3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "16" + node-version: "22" registry-url: "https://registry.npmjs.org" - name: Install dependencies diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 460dae0..bb4b07d 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-node@v4 with: cache: "npm" - node-version: "16" + node-version: "22" - name: Install dependencies run: npm ci