Skip to content

Commit

Permalink
ci: bump node version
Browse files Browse the repository at this point in the history
Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
  • Loading branch information
raisiqueira committed Jul 1, 2023
1 parent c3cbc13 commit ed1026e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x']
node: ['16', '18']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit ed1026e

Please sign in to comment.