diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79c9e1a..8d417ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: - name: Check out repository uses: actions/checkout@v4.2.2 - name: Setup Node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version-file: ".nvmrc" - name: Setup yarn with corepack run: corepack enable && corepack install - name: Setup Node again with yarn cache - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.3.0 with: node-version-file: ".nvmrc" cache: yarn