This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to tag v1.4.0-rc1 in repository https://gitbox.apache.org/repos/asf/fory.git
commit 68d9566eb7b95b88d8d89e52f113fcf4847731e8 Author: chaokunyang <[email protected]> AuthorDate: Fri Jul 17 00:25:55 2026 +0800 ci: use Node 24 for npm publishing --- .github/workflows/release-javascript.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-javascript.yaml b/.github/workflows/release-javascript.yaml index f0c43db2e..239ab81b6 100644 --- a/.github/workflows/release-javascript.yaml +++ b/.github/workflows/release-javascript.yaml @@ -42,7 +42,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '20' + node-version: '24' registry-url: 'https://registry.npmjs.org' - name: Upgrade npm for trusted publishing --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
