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",