Skip to content

Commit

Permalink
chore: testing arweave-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Jul 31, 2024
1 parent 6a4856e commit a267826
Show file tree
Hide file tree
Showing 3 changed files with 2,552 additions and 4,481 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/arweave-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js environment for docs build
uses: actions/setup-node@v2
with:
node-version: "16"
node-version: "20"

- name: Install Yarn
run: npm install -g yarn
Expand All @@ -27,11 +27,6 @@ jobs:
yarn build
cd ..
- name: Setup Node.js v20 for deployment
uses: actions/setup-node@v2
with:
node-version: "20"

- name: Install dependencies for deployment script
run: |
npm install permaweb-deploy --include=dev --force
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"vuepress-plugin-fulltext-search": "^2.2.1"
},
"dependencies": {
"permaweb-deploy": "^1.1.6",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vuex": "^4.1.0"
Expand Down
Loading

0 comments on commit a267826

Please sign in to comment.