diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88274bb..e62f347 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 registry-url: https://registry.npmjs.org/ @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 registry-url: https://registry.npmjs.org/