We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b13052 commit c557ddcCopy full SHA for c557ddc
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- run: git fetch --force --tags
17
- uses: actions/setup-node@v3
18
with:
19
- node-version: 16
+ node-version: 18
20
registry-url: 'https://registry.npmjs.org'
21
- run: npm install
22
- run: npm run publish-please-only
0 commit comments