Skip to content

Commit cdf31d5

Browse files
committed
test
1 parent af7397e commit cdf31d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests-e2e-linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
uses: actions/setup-node@v4
6161
with:
6262
node-version: '20.15'
63-
cache: 'yarn'
63+
64+
- run: node -v
6465

6566
- name: Install dependencies for root package.js
6667
run: yarn install --frozen-lockfile
@@ -72,6 +73,7 @@ jobs:
7273
run: |
7374
# npm i -g yarn
7475
# npm i -g vsce
76+
npm install -g @vscode/vsce
7577
yarn install
7678
yarn compile
7779
ls -R dist/tests/

0 commit comments

Comments
 (0)