diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e47f594..7d435229 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js 16.x uses: actions/setup-node@v3 with: - node-version: '16.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' - name: Install Dependencies diff --git a/packages/playground/package.json b/packages/playground/package.json index 005e7f75..f9578854 100644 --- a/packages/playground/package.json +++ b/packages/playground/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "eslint-config-custom": "*", - "@types/node": "18.19.130", + "@types/node": "24.10.1", "@vitejs/plugin-vue2": "2.3.4", "sass": "1.94.2", "typescript": "4.9.5",