From 1779f471ade4f760da4270a2b05787081b2d8c8e Mon Sep 17 00:00:00 2001 From: feruzm Date: Mon, 23 Dec 2024 12:19:32 +0530 Subject: [PATCH] fix any build --- .github/workflows/any.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/any.yml b/.github/workflows/any.yml index c849bcaab..3f729b4e8 100644 --- a/.github/workflows/any.yml +++ b/.github/workflows/any.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -22,4 +22,4 @@ jobs: - name: build run: yarn build env: - CI: true \ No newline at end of file + CI: true