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