Skip to content

Commit

Permalink
Bodged package stuff attempting to get deploy to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
markheydon authored Jan 18, 2025
1 parent 52673ec commit 152261a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
submodules: true
lfs: false
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- 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 @@ -120,7 +120,7 @@
"vite-plugin-eslint": "^1.8.1"
},
"engines": {
"node": ">=18",
"node": "18",
"npm": ">=8.3.0"
},
"overrides": {
Expand Down

0 comments on commit 152261a

Please sign in to comment.