diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 976b268..b4b9bbb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,12 +27,14 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 22.x + node-version: 24.x registry-url: https://registry.npmjs.org cache: npm - - name: Upgrade npm - run: npm install -g npm@latest + - name: Show tool versions + run: | + node --version + npm --version - name: Install dependencies run: npm ci