diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 59b1756..aade6b8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,13 +14,13 @@ jobs: CI: 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: make install diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 1c63a9a..daf5032 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -13,13 +13,13 @@ jobs: CI: 'true' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 cache: npm - run: make install diff --git a/package.json b/package.json index f4c8f3f..5c012c0 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ }, "displayName": "Remedy", "engines": { - "node": ">=20.6", + "node": ">=22", "vscode": "^1.54.0" }, "galleryBanner": {