From 3d2a843b03bd0964f94605e1a7ec80c74da26fea Mon Sep 17 00:00:00 2001 From: Renan Oliveira Date: Wed, 7 May 2025 17:20:39 +0100 Subject: [PATCH 1/2] chore: update nodejs version to 22.15.0 --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index d7568ad..5bc1172 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -nodejs 20.11.1 +nodejs 22.15.0 \ No newline at end of file From 21e46c9b72fda6471464fd0fae312c61849286db Mon Sep 17 00:00:00 2001 From: Renan Oliveira Date: Wed, 7 May 2025 21:43:11 +0100 Subject: [PATCH 2/2] chore: update Node.js version from 18 to 22 in workflows --- .github/workflows/on_release_created.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on_release_created.yml b/.github/workflows/on_release_created.yml index 9f87043..8f6292f 100644 --- a/.github/workflows/on_release_created.yml +++ b/.github/workflows/on_release_created.yml @@ -20,10 +20,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Setup Node 18 + - name: Setup Node 22 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 registry-url: "https://registry.npmjs.org" - name: Install yarn run: corepack enable diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 884078c..1325c74 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,10 +17,10 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - name: Setup Node 18 + - name: Setup Node 22 uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 22 registry-url: 'https://registry.npmjs.org' - name: Install yarn run: corepack enable