We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f09a0c commit 0b8ec61Copy full SHA for 0b8ec61
1 file changed
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Set up Node environment
34
uses: actions/setup-node@v6
35
with:
36
- node-version: 20
+ node-version: 22
37
cache: 'npm'
38
cache-dependency-path: '**/package-lock.json'
39
registry-url: 'https://registry.npmjs.org'
0 commit comments