Skip to content

Commit

Permalink
Add nodejs 18 to github actions and make it primary
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 29, 2023
1 parent 592b328 commit 52dc345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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: 18
REPORTER: "min"

jobs:
Expand Down Expand Up @@ -33,6 +33,7 @@ jobs:
- 12.20.0
- 14.13.0
- 16
- 18

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

0 comments on commit 52dc345

Please sign in to comment.