diff --git a/.github/workflows/style.yaml b/.github/workflows/style.yaml index d9c3bce..b604938 100644 --- a/.github/workflows/style.yaml +++ b/.github/workflows/style.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 19.x - name: Install base config