diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 066fd7d4..fa246564 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,8 +15,9 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 # LTS + node-version: 18 # LTS - name: Install Dependencies run: npm ci --ignore-scripts - name: Check Code Lint run: npm run-script lint +