Skip to content

Commit

Permalink
chore: update github action to support node 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
htdangkhoa committed Nov 29, 2023
1 parent c8e1f84 commit 882abac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node: ['10', '12', '14', '15']
node: ['10', '12', '14', '16', '18']

name: Node ${{ matrix.node }} testing

Expand Down

0 comments on commit 882abac

Please sign in to comment.