Skip to content

Commit

Permalink
Throwing darts...
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-wjp committed Feb 8, 2025
1 parent 3685bcc commit b7c371d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.16.2 # Stable version for crypto compatibility
cache: "npm"

- name: Debug environment
run: |
node -v
npm -v
uname -a
ls -la
- name: Install dependencies
run: npm install

Expand All @@ -36,7 +23,7 @@ jobs:
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
repo_token: ${{ secrets.AZURE_GITHUB_TOKEN }}
action: "upload"
app_location: "/"
output_location: "dist"
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "hodlbot-vitefe",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "src/main.jsx",
"private": true,
"engines": {
"node": "^20.16.0",
"npm": ">=10.8.1"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -14,7 +16,6 @@
"@near-wallet-selector/core": "^8.9.16",
"@near-wallet-selector/modal-ui": "^8.9.16",
"@near-wallet-selector/my-near-wallet": "^8.9.16",
"docker": "^1.0.0",
"global": "^4.4.0",
"near-api-js": "^5.0.1",
"react": "^19.0.0",
Expand Down

0 comments on commit b7c371d

Please sign in to comment.