We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd63a61 commit d695b30Copy full SHA for d695b30
1 file changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v5
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '18.x'
+ node-version: '24.x'
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm ci
20
- run: npm publish --access public
0 commit comments