diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e2e62d9..f3deae03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 17 + node-version: latest - name: Upgrade ghcup run: ghcup upgrade -i -f shell: bash diff --git a/package.json b/package.json index 177612c4..7c104ab9 100644 --- a/package.json +++ b/package.json @@ -590,7 +590,7 @@ "lru-cache": "^7.14.0", "ts-pattern": "^4.0.5", "vscode-languageclient": "^7.0.0", - "which": "^2.0.1", + "which": "^3.0.0", "yauzl": "^2.10.0" } } diff --git a/yarn.lock b/yarn.lock index f8bc1cc7..d28a3376 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2571,6 +2571,13 @@ which@^2.0.1: dependencies: isexe "^2.0.0" +which@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/which/-/which-3.0.0.tgz#a9efd016db59728758a390d23f1687b6e8f59f8e" + integrity sha512-nla//68K9NU6yRiwDY/Q8aU6siKlSs64aEC7+IV56QoAuyQT2ovsJcgGYGyqMOmI/CGN1BOR6mM5EN0FBO+zyQ== + dependencies: + isexe "^2.0.0" + wildcard@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"