aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 364ee91d..afe0b26b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,7 +51,6 @@ jobs:
with:
distribution: "temurin"
java-version: 17
- cache: "maven"
- name: Setup Node.JS 18
uses: actions/setup-node@v3
with:
@@ -75,7 +74,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "18"
- cache: "npm"
- run: npm ci
- run: npm run vnext:test
- run: npm run vnext:lint