Skip to content

Commit

Permalink
Setup node 18 for testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Oct 19, 2023
1 parent c40e46d commit 4c40a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [ 10, 12, 14, 16 ]
node-version: [ 10, 12, 14, 16, 18 ]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4c40a30

Please sign in to comment.