diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c8de6fe..966bf4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: npm install run: npm install diff --git a/package.json b/package.json index 1ccf7f9..1fc4251 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@podium/eslint-config": "1.0.19", "@podium/semantic-release-config": "2.0.6", "@podium/typescript-config": "1.0.0", - "@types/node": "20.19.25", + "@types/node": "24.10.9", "concurrently": "9.1.2", "cronometro": "4.0.3", "eslint": "9.39.1",