Skip to content

Commit

Permalink
fix build demo
Browse files Browse the repository at this point in the history
  • Loading branch information
avin committed Dec 4, 2023
1 parent d32c215 commit 2958443
Show file tree
Hide file tree
Showing 3 changed files with 11,787 additions and 11,328 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.3.1

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.13.2'
cache: 'yarn'

- name: Install Yarn
run: npm install -g yarn@1.22.17

- name: Install and Build
run: |
yarn
Expand Down
4 changes: 4 additions & 0 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"volta": {
"node": "16.13.2",
"yarn": "1.22.17"
}
}
Loading

0 comments on commit 2958443

Please sign in to comment.