diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 53a330e..debba6d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -25,11 +25,11 @@ jobs: startsWith(github.event.release.tag_name, 'v')) steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: "22" + node-version: "24" registry-url: "https://registry.npmjs.org" - name: Install dependencies run: npm ci