diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index cd12359ac..65a81b18d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, latest] + node-version: [18.x, latest] steps: - name: Checkout code @@ -63,10 +63,10 @@ jobs: # steps: # - name: Checkout code # uses: actions/checkout@v3 -# - name: Use Node.js 18.x +# - name: Use Node.js 20.x # uses: actions/setup-node@v3 # with: -# node-version: 18.x +# node-version: 20.x # - name: Build # run: | # npm install -g npm@latest @angular/cli