diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95f968f..135437e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - name: Enable corepack run: corepack enable diff --git a/playground/node/package.json b/playground/node/package.json index 4ee7358..401bcee 100644 --- a/playground/node/package.json +++ b/playground/node/package.json @@ -16,6 +16,6 @@ "tsx": "^4.0.0", "ofetch": "^1.3.3", "bun-types": "latest", - "@types/node": "^20.6.0" + "@types/node": "^22.0.0" } }