Skip to content

Commit bde7fa7

Browse files
authored
use node.js 20.18.0 (#780)
1 parent 3c1522c commit bde7fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- uses: actions/setup-node@v4
5454
with:
55-
node-version: "18"
55+
node-version: "20"
5656

5757
- name: Install node dependencies
5858
run: npm install

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[build.environment]
1414
# Environment variables are set here
1515

16-
NODE_VERSION = "18.13.0"
16+
NODE_VERSION = "20.18.0"
1717

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

0 commit comments

Comments
 (0)