diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 41628fce..2821a7c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: cache: 'npm' node-version-file: '.nvmrc' @@ -90,7 +90,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: cache: 'npm' node-version-file: '.nvmrc'