Skip to content

Commit

Permalink
use node.js 20.18.0 (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka authored Oct 20, 2024
1 parent 3c1522c commit bde7fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Install node dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[build.environment]
# Environment variables are set here

NODE_VERSION = "18.13.0"
NODE_VERSION = "20.18.0"

# For apps that use next export to generate static HTML
# set the NETLIFY_NEXT_PLUGIN_SKIP to true.
Expand Down

0 comments on commit bde7fa7

Please sign in to comment.