Skip to content

Commit

Permalink
Update ezno library for the playground
Browse files Browse the repository at this point in the history
- Add fix workflow so should not happen again
  • Loading branch information
kaleidawave committed Nov 13, 2024
1 parent f270633 commit 16f7779
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 233 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20.11.1'
node-version: 22

- name: build
run: |
npm i
npm run build
- name: Install (inc latest Ezno) and build
run: npm i; npm i ezno@latest; npm run build;
working-directory: src/playground

- name: Deploy to GitHub Pages
Expand Down
Loading

0 comments on commit 16f7779

Please sign in to comment.