Skip to content

Commit

Permalink
ci(github-actions): test on node 19
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Nov 19, 2022
1 parent 24c1433 commit ae9ced0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 14.x
- 16.x
- 18.x
- 19.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ae9ced0

Please sign in to comment.