Skip to content

Commit

Permalink
Update nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 31, 2024
1 parent a20c128 commit c402882
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
PRIMARY_NODEJS_VERSION: 18
PRIMARY_NODEJS_VERSION: 22
REPORTER: 'min'

jobs:
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
node_version:
- 16
- 18
- 20
- 22

steps:
- uses: actions/checkout@v2
Expand All @@ -66,7 +68,7 @@ jobs:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node_version:
- 18
- ${{ env.PRIMARY_NODEJS_VERSION }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c402882

Please sign in to comment.