We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f683331 commit bf09aafCopy full SHA for bf09aaf
1 file changed
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ jobs:
10
# Setup .npmrc file to publish to npm
11
- uses: actions/setup-node@v3
12
with:
13
- node-version: '24'
+ node-version: '24.10.0'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- run: npm run build
0 commit comments