diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa5471..87159f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.3.1 - name: Setup Node.js - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.4.0 with: node-version: lts/* - name: Release Check