Skip to content

Commit 67d6e54

Browse files
committed
fix: npm-test action
1 parent ab23bf2 commit 67d6e54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-node@v4
21+
- uses: c@v4
2222
with:
2323
node-version: 20.x
2424
cache: 'npm'
25+
cache-dependency-path: ./vscode-extension
2526
- uses: dtolnay/rust-toolchain@v1
2627
with:
2728
toolchain: stable

0 commit comments

Comments
 (0)