diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2550f46..16c1b0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: name: Lint via Node {{ matrix.node-version }} steps: - uses: actions/checkout@v4.1.1 - - uses: actions/setup-node@v4.0.1 + - uses: actions/setup-node@v6.3.0 with: node-version: ${{ matrix.node-version }} - name: Pull dependencies and lint