Skip to content

Commit

Permalink
actually use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
biltongza committed Nov 17, 2024
1 parent f9c18c4 commit e0aa699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
adapter: azure({
customStaticWebAppConfig: {
platform: {
apiRuntime: 'node:18'
apiRuntime: 'node:20'
},
globalHeaders: {
'X-Content-Type-Options': 'nosniff',
Expand Down

0 comments on commit e0aa699

Please sign in to comment.