diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff5ab51..fe66926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Read node-version from .nvmrc run: echo ::set-output name=NVMRC::$(cat .nvmrc)