diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4d5359d..2db5d85 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" registry-url: "https://registry.npmjs.org" - name: Checkout repo uses: actions/checkout@v4