Skip to content

Commit

Permalink
Merge branch 'eduardconstantin-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldanielecki committed Aug 11, 2024
2 parents 59a2bec + b8f4ba7 commit ad46de4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "18.x"
node-version: "20.x"
env:
NODE_VERSION: "18.x"
NODE_VERSION: "20.x"
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"engines": {
"node": "18.x"
"node": "20.x"
},
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit ad46de4

Please sign in to comment.