Skip to content

Commit

Permalink
fix ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
steambap committed Apr 22, 2024
1 parent 2951f49 commit 8ded9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node: [ '20', '14' ]
node: [ '20', '18' ]
name: Node ${{ matrix.node }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ded9a7

Please sign in to comment.