From 99319d4c4385c1aa4726154c6881886e48a2ed2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 13:36:16 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 29f29b7..f8444e7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - name: npm install run: npm install diff --git a/package.json b/package.json index 459ed9a..fe5ef2b 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@podium/eslint-config": "1.0.18", "@podium/semantic-release-config": "2.0.2", "@podium/typescript-config": "1.0.0", - "@types/node": "20.17.57", + "@types/node": "22.18.0", "concurrently": "9.1.2", "cronometro": "4.0.3", "eslint": "9.32.0",