diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 4ef0872..96eaa2d 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 - run: npm ci - run: npm test @@ -24,7 +24,7 @@ jobs: token: ${{ secrets.GH_PAT }} # Use your PAT here! - uses: actions/setup-node@v6 with: - node-version: 22 + node-version: 24 registry-url: https://registry.npmjs.org/ - run: npm ci --production - name: Set version from tag