Skip to content

Commit f212673

Browse files
chore: update node in package.json
1 parent a4a3d60 commit f212673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/site_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: ⚙️ Setup Node
2727
uses: actions/setup-node@v5
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030
cache: npm
3131
cache-dependency-path: site/package-lock.json
3232

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
]
5454
},
5555
"engines": {
56-
"node": ">=18.0"
56+
"node": ">=20.0"
5757
}
5858
}

0 commit comments

Comments
 (0)