diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c336e15..973f90a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: '18.x' + node-version: '24' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@11 - name: Install Dependencies @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: '18.x' + node-version: '24' registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@11 - name: Package next