Skip to content

Commit

Permalink
ci: fix deploy flow
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 12, 2024
1 parent cbe3396 commit 0e4cf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: npm run build:examples
- name: Upload examples build
uses: actions/upload-artifact@v4
if: ${{ matrix.node-version == 'latest' }}
if: ${{ matrix.node-version == '22' }}
with:
name: Examples
path: examples
Expand Down

0 comments on commit 0e4cf9c

Please sign in to comment.