From 784f61d82ddb4df17113ecc074552810a4117918 Mon Sep 17 00:00:00 2001 From: Gregor Weber Date: Wed, 6 Nov 2024 17:27:43 +0100 Subject: [PATCH] bump vsc & node --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 589665a..f2548eb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 20 - name: Cache pnpm modules uses: actions/cache@v2 with: diff --git a/package.json b/package.json index f45f5bf..721d403 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test": "jest src" }, "engines": { - "vscode": "^1.84.0" + "vscode": "^1.95.0" }, "devDependencies": { "@jest/globals": "^29.7.0",