Skip to content

Commit

Permalink
feat: update from Node 14-18 to Node 18-22, with default of 20.
Browse files Browse the repository at this point in the history
BREAKING: This now requires Node v20 for deployment instead of v16
  • Loading branch information
robere2 committed May 13, 2024
1 parent d15d447 commit 6f5a228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 18.x, 20.x, 22.x ]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20

0 comments on commit 6f5a228

Please sign in to comment.