diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b48f5db..9a8ce56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node - uses: actions/setup-node@v4.0.4 + uses: actions/setup-node@v4.1.0 with: node-version-file: '.nvmrc' cache: npm