diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eaa1ac6..0fabc86 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,11 +22,11 @@ jobs: - name: Setup Node.js uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 with: - node-version: '20' + node-version: '24' registry-url: 'https://registry.npmjs.org' - + - name: Get latest npm - run: npm install -g npm@latest + run: npm install -g npm@12 - name: Install dependencies run: npm ci