diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d7e5827..1db87ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 registry-url: https://registry.npmjs.org/ @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 22 registry-url: https://registry.npmjs.org/