Skip to content

Commit

Permalink
fix gh build
Browse files Browse the repository at this point in the history
  • Loading branch information
petr-hajek committed Sep 30, 2024
1 parent 69eba83 commit dcfb02b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: 20
cache: 'npm'
- name: install & build
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion dist/bundle.css

Large diffs are not rendered by default.

0 comments on commit dcfb02b

Please sign in to comment.