ci: update Node.js version to 22 in npm publishing workflow
All checks were successful
Publish to npm / publish (push) Successful in 2m46s

This commit is contained in:
Astrian Zheng 2025-02-20 11:00:23 +11:00
parent f010a84202
commit 48e1b2b5ea
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '22'
registry-url: 'https://registry.npmjs.org/'
- name: Install dependencies