diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b973c55..41249c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 registry-url: https://registry.npmjs.org/ @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v5 with: node-version: 22 registry-url: https://registry.npmjs.org/