Skip to content

Commit 86f51f7

Browse files
authored
revert
1 parent c3016ae commit 86f51f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: '20'
27+
node-version: 20.x
2828
- name: Clean install dependencies
2929
run: npm ci
3030
- name: Package vsix
@@ -65,6 +65,8 @@ jobs:
6565
with:
6666
release: ${{ matrix.version }}
6767
- *node-setup
68+
- name: Clean install dependencies
69+
run: npm ci
6870
- name: Install npm dependencies
6971
run: npm install
7072
- name: Run Smoke Tests

0 commit comments

Comments
 (0)