Skip to content

Commit

Permalink
Merge pull request #118 from eduardconstantin/feat/update-node-ver
Browse files Browse the repository at this point in the history
Update node version
  • Loading branch information
eduardconstantin authored Jul 12, 2024
2 parents 41fc356 + a5a00d4 commit d764c43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion 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 d764c43

Please sign in to comment.