Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed Jul 25, 2023
1 parent 4868191 commit 960962c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
release:
types:
- created
Expand All @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: ["16", "18"]
node-version: ["16", "18", "20"]

steps:
- name: Checkout
Expand Down

0 comments on commit 960962c

Please # to comment.