diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a9c1dc..be8ba3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -343,7 +343,7 @@ jobs: uses: actions/checkout@v4 - name: "Set up Node.js" - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: '20' registry-url: 'https://registry.npmjs.org/'