diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2d0ee1..d845d74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,13 +20,13 @@ jobs: - name: Check out repository uses: actions/checkout@v4.3.0 - name: Setup Node - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.1.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.4.0 + uses: actions/setup-node@v6.1.0 with: node-version-file: ".nvmrc" cache: yarn