Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardconstantin committed Dec 7, 2023
1 parent 068bfa9 commit 4534317
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.x'
node-version: "18.x"
env:
NODE_VERSION: "18.x"
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "azure-fundamentals-exam",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit 4534317

Please sign in to comment.