diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5eb5779..b1c6737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,12 +13,9 @@ jobs: fetch-depth: 2 - name: Git config user uses: snow-actions/git-config-user@v1.0.0 - with: - name: # Service Account's Name - email: # Service Account's Email Address - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Verify Change Logs run: node common/scripts/install-run-rush.js change --verify - name: Rush Install