Skip to content

Commit

Permalink
ci: cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jun 7, 2024
1 parent 09b9cc9 commit 482d831
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests on VS Code ${{ matrix.vscode-version }}
Expand All @@ -69,6 +70,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Package extension
Expand All @@ -82,6 +84,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Check code formatting
Expand Down

0 comments on commit 482d831

Please sign in to comment.