We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbbdbd commit 9cac13fCopy full SHA for 9cac13f
1 file changed
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v4
20
- uses: actions/setup-node@v4
21
with:
22
- node-version: 20
+ node-version: 24
23
registry-url: 'https://registry.npmjs.org'
24
- run: npm ci
25
- run: |
0 commit comments