Skip to content

Commit

Permalink
ci: check Node.js 18.x as well
Browse files Browse the repository at this point in the history
  • Loading branch information
BridgeAR committed Oct 18, 2022
1 parent b1e3834 commit c7a56b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- 12
- 14
- 16
- 18
name: Running tests with Node ${{ matrix.node_version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit c7a56b8

Please sign in to comment.