Skip to content

Commit

Permalink
build: migrate checks to nodejs 20 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera authored Apr 22, 2024
1 parent fd9c49b commit d032665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
# Coverage node version
node-version: [ 18.x ]
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
Expand Down

0 comments on commit d032665

Please sign in to comment.