Skip to content

Commit

Permalink
ci(Chores): Upgrade tested Node Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Sep 9, 2023
1 parent f425030 commit c6445a0
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/Push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Prettier
strategy:
matrix:
node: ['15.x']
node: ['20.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -35,7 +35,7 @@ jobs:
name: ESLint
strategy:
matrix:
node: ['15.x']
node: ['20.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -55,7 +55,7 @@ jobs:
name: TSC Typecheck
strategy:
matrix:
node: ['15.x']
node: ['20.x']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -76,7 +76,19 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
node: ['13.9', '13.10', '13.11', '14.1', '14.4', '14.15.1', '>=14.15.0']
node:
[
'13.9',
'13.10',
'13.11',
'14.1',
'14.4',
'14.15.1',
'17.x',
'18.x',
'19.x',
'>=14.15.0',
]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -124,4 +136,3 @@ jobs:
GIT_COMMITTER_NAME: 'KJDev-Bots'
GIT_AUTHOR_EMAIL: '[email protected]'
GIT_COMMITTER_EMAIL: '[email protected]'

0 comments on commit c6445a0

Please sign in to comment.