Skip to content

Commit ad46de4

Browse files
Merge branch 'eduardconstantin-main'
2 parents 59a2bec + b8f4ba7 commit ad46de4

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/azure-static-web-apps-kind-plant-0e80e5803.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: "18.x"
24+
node-version: "20.x"
2525
env:
26-
NODE_VERSION: "18.x"
26+
NODE_VERSION: "20.x"
2727
- name: Build And Deploy
2828
id: builddeploy
2929
uses: Azure/static-web-apps-deploy@v1

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"private": true,
55
"engines": {
6-
"node": "18.x"
6+
"node": "20.x"
77
},
88
"scripts": {
99
"dev": "next dev",

0 commit comments

Comments
 (0)