We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d47153 commit cf680e5Copy full SHA for cf680e5
1 file changed
.github/workflows/publish.yaml
@@ -89,7 +89,7 @@ jobs:
89
# Setup .npmrc file to publish to npm
90
- uses: actions/setup-node@v6
91
with:
92
- node-version: '16.x'
+ node-version: 16
93
registry-url: 'https://registry.npmjs.org'
94
- run: npm ci
95
- run: npm run build
0 commit comments