Skip to content

Commit

Permalink
pretty code check only to be run on node 20. no need to check on mult…
Browse files Browse the repository at this point in the history
…iple node versions..
  • Loading branch information
vygandas committed Nov 3, 2023
1 parent 05742c1 commit 6dab224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pretty_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 6dab224

Please sign in to comment.