Skip to content

Commit

Permalink
Add nodejs versions 20 & 22 to test matrix, set 22 as primary version
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 10, 2024
1 parent 7fbe727 commit e6022af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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: 16
PRIMARY_NODEJS_VERSION: 22
REPORTER: "min"

jobs:
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
- 12.20.0
- 14.13.0
- 16
- 20
- 22

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

0 comments on commit e6022af

Please sign in to comment.