diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a39138e..9bd965c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup node - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version-file: .nvmrc cache: yarn