diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66302765..df13e1ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4.1.7 with: fetch-depth: 1 - - uses: actions/setup-node@v4.0.3 + - uses: actions/setup-node@v4.3.0 with: node-version: ${{ matrix.node-version }} - run: yarn