diff --git a/.github/workflows/publish-package-to-github-packages.yml b/.github/workflows/publish-package-to-github-packages.yml index 5c2fc2c..4c87a87 100644 --- a/.github/workflows/publish-package-to-github-packages.yml +++ b/.github/workflows/publish-package-to-github-packages.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' registry-url: 'https://npm.pkg.github.com' # Defaults to the user or organization that owns the workflow file scope: '@f88' # scope: "@msn088"