We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ca8870 commit 533d546Copy full SHA for 533d546
1 file changed
.github/workflows/publish.yml
@@ -52,6 +52,9 @@ jobs:
52
with:
53
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
54
55
+ - run: npm install npm@latest -g
56
+ - run: npm --version
57
+
58
- name: publish
59
uses: changesets/action@v1
60
id: changesets
0 commit comments