From 0e4cf9cc4c6ab441578343b961ea7e2a88c682bc Mon Sep 17 00:00:00 2001 From: Louis Brunner Date: Thu, 12 Dec 2024 17:14:56 +0000 Subject: [PATCH] ci: fix deploy flow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a2ec0b..5964baa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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