Skip to content

Commit

Permalink
ci: upgraded node version in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 4, 2024
1 parent 8b885c2 commit cb363bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- name: Checkout 🛎
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- name: Checkout 🛎
Expand Down

0 comments on commit cb363bc

Please sign in to comment.