Skip to content

Commit

Permalink
chore: update node version used in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Noggling committed Sep 20, 2024
1 parent 0871598 commit e21a38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Open Pull Request
strategy:
matrix:
version: [18.x]
version: [21.x]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18.x]
version: [21.x]
env:
commit-author: bot
author-email: [email protected]
Expand Down

0 comments on commit e21a38a

Please sign in to comment.