Skip to content

Commit

Permalink
ci: Update build script to always use latest Deno version
Browse files Browse the repository at this point in the history
Removed the hardcoded Deno version in the Netlify build script to ensure it always upgrades to the latest available version. This improves maintainability and ensures compatibility with the latest Deno features and fixes.
  • Loading branch information
kudoh committed Jan 26, 2025
1 parent 2e1c0af commit 2f207d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
echo "Starting Deno build task..."

deno --version
deno upgrade 2.1.7
deno upgrade

# Running Deno task
deno task build
Expand Down

0 comments on commit 2f207d4

Please sign in to comment.