We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2efa58 commit 811f74eCopy full SHA for 811f74e
.github/workflows/publish.yml
@@ -81,9 +81,8 @@ jobs:
81
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
82
83
- name: Setup Node
84
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
85
with:
86
- node-version: '14.x'
87
registry-url: 'https://registry.npmjs.org'
88
89
- name: Checkout
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bandwidth-redoc",
3
- "version": "2.1.3",
+ "version": "0.1.0",
4
"description": "Bandwidth ReDoc Fork",
5
"repository": {
6
"type": "git",
0 commit comments