Skip to content

Commit

Permalink
chore: node -v
Browse files Browse the repository at this point in the history
  • Loading branch information
alinasytnik committed Apr 22, 2023
1 parent 2d5824b commit b1f20c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/fleek-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Fleek CLI
node-version: 19.8.1
- name: Install Fleek CLI globally
run: npm i -g @fleekxyz/cli
- name: Install Packages
run: yarn install
- name: Install dependencies
run: npm install
- name: Build & deploy sites
run: fleek sites deploy
run: fleek sites deploy

0 comments on commit b1f20c2

Please sign in to comment.