Skip to content

Commit 2be2053

Browse files
committed
Refactor Node.js setup in GitHub Actions workflow by removing unnecessary cache settings for improved simplicity
1 parent 4b99e5c commit 2be2053

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- name: Setup Node.js
26-
uses: actions/setup-node@v4
25+
- uses: actions/setup-node@v4
2726
with:
28-
node-version: 20.x
29-
cache: 'npm'
30-
cache-dependency-path: 'vscode-rescriptdep/pnpm-lock.yaml'
27+
node-version: 20
3128

3229
- name: Setup PNPM
3330
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)