diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e47f594..d9bda63d 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: '22.x' registry-url: 'https://registry.npmjs.org' - name: Install Dependencies diff --git a/packages/playground/package.json b/packages/playground/package.json index 6e63aad5..fa0ef17c 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": "22.18.12", "@vitejs/plugin-vue2": "2.3.4", "sass": "1.93.2", "typescript": "4.9.5",