Skip to content

Commit

Permalink
fix: upgraded node to v20, fixed release config
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 11, 2024
1 parent 03ce2c4 commit 419d316
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.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 .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18
v20
File renamed without changes.

0 comments on commit 419d316

Please sign in to comment.