Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/eslint-8.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck authored Sep 2, 2023
2 parents 81dc4dd + c09fde7 commit eea3b63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, latest]
node-version: [18.x, latest]

steps:
- name: Checkout code
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit eea3b63

Please sign in to comment.