diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 027f596..ed561a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.2 with: node-version: '16.x' - name: Install dependencies